Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: chrome/app/chrome_main_delegate.cc

Issue 70083006: Load pdf library on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/utility/chrome_content_utility_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_main_delegate.cc
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
index 44b5eceb150fba92fc49e3c2155923a83f9023aa..c6556191c16ae0bf377e68a089cb09afe276be3a 100644
--- a/chrome/app/chrome_main_delegate.cc
+++ b/chrome/app/chrome_main_delegate.cc
@@ -696,8 +696,10 @@ void ChromeMainDelegate::PreSandboxStartup() {
locale;
#if !defined(CHROME_MULTIPLE_DLL_BROWSER)
- if (process_type == switches::kUtilityProcess)
+ if (process_type == switches::kUtilityProcess ||
+ process_type == switches::kZygoteProcess) {
chrome::ChromeContentUtilityClient::PreSandboxStartup();
+ }
#endif
}
« no previous file with comments | « no previous file | chrome/utility/chrome_content_utility_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698