diff options
Diffstat (limited to 'www/chromium/files/patch-content_app_content__main__runner.cc')
-rw-r--r-- | www/chromium/files/patch-content_app_content__main__runner.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-content_app_content__main__runner.cc b/www/chromium/files/patch-content_app_content__main__runner.cc index 36dc4a6..6cb01e3 100644 --- a/www/chromium/files/patch-content_app_content__main__runner.cc +++ b/www/chromium/files/patch-content_app_content__main__runner.cc @@ -1,6 +1,6 @@ ---- content/app/content_main_runner.cc.orig 2017-03-09 20:04:32 UTC +--- content/app/content_main_runner.cc.orig 2017-04-19 19:06:33 UTC +++ content/app/content_main_runner.cc -@@ -98,10 +98,10 @@ +@@ -92,10 +92,10 @@ #include "base/posix/global_descriptors.h" #include "content/public/common/content_descriptors.h" @@ -13,7 +13,7 @@ #include "content/zygote/zygote_main.h" #endif -@@ -298,7 +298,7 @@ struct MainFunction { +@@ -365,7 +365,7 @@ struct MainFunction { int (*function)(const MainFunctionParams&); }; @@ -22,7 +22,7 @@ // On platforms that use the zygote, we have a special subset of // subprocesses that are launched via the zygote. This function // fills in some process-launching bits around ZygoteMain(). -@@ -350,7 +350,7 @@ int RunZygote(const MainFunctionParams& +@@ -426,7 +426,7 @@ int RunZygote(const MainFunctionParams& NOTREACHED() << "Unknown zygote process type: " << process_type; return 1; } @@ -31,7 +31,7 @@ static void RegisterMainThreadFactories() { #if !defined(CHROME_MULTIPLE_DLL_BROWSER) && !defined(CHROME_MULTIPLE_DLL_CHILD) -@@ -417,7 +417,7 @@ int RunNamedProcessTypeMain( +@@ -492,7 +492,7 @@ int RunNamedProcessTypeMain( } } |