From 25ff83bc7b3e921aa540b88f6c848a78ee7d461f Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Tue, 25 Mar 2014 14:55:56 +0100 Subject: Update patches to stable branch 1750 Change-Id: I85149bf4405420813d07bee5259f11a192e86a73 Reviewed-by: Jocelyn Turcotte Reviewed-by: Zoltan Arvai --- patches/chromium/0004-Do-not-modify-the-child-path.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches/chromium/0004-Do-not-modify-the-child-path.patch') diff --git a/patches/chromium/0004-Do-not-modify-the-child-path.patch b/patches/chromium/0004-Do-not-modify-the-child-path.patch index ee80678eb..b6f598204 100644 --- a/patches/chromium/0004-Do-not-modify-the-child-path.patch +++ b/patches/chromium/0004-Do-not-modify-the-child-path.patch @@ -12,10 +12,10 @@ May be we should instead implement our own ChildProcessHost. 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc -index fb058d3..2208376 100644 +index 1467536..2607496 100644 --- a/content/common/child_process_host_impl.cc +++ b/content/common/child_process_host_impl.cc -@@ -106,7 +106,7 @@ base::FilePath ChildProcessHost::GetChildPath(int flags) { +@@ -107,7 +107,7 @@ base::FilePath ChildProcessHost::GetChildPath(int flags) { if (child_path.empty()) PathService::Get(CHILD_PROCESS_EXE, &child_path); -- cgit v1.2.3