| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index 7a840221a2a8c9a388e6313251d705644c1d0c4d..7af7949ead06eeb06b06ace9aea700fe572e5ec1 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -776,16 +776,16 @@ void ChromeMainDelegate::PreSandboxStartup() {
|
| #endif
|
| CHECK(!loaded_locale.empty()) << "Locale could not be found for " <<
|
| locale;
|
| + }
|
|
|
| #if !defined(CHROME_MULTIPLE_DLL_BROWSER)
|
| - if (process_type == switches::kUtilityProcess ||
|
| - process_type == switches::kZygoteProcess) {
|
| - ChromeContentUtilityClient::PreSandboxStartup();
|
| - }
|
| + if (process_type == switches::kUtilityProcess ||
|
| + process_type == switches::kZygoteProcess) {
|
| + ChromeContentUtilityClient::PreSandboxStartup();
|
| + }
|
|
|
| - chrome::InitializePDF();
|
| + chrome::InitializePDF();
|
| #endif
|
| - }
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| // Zygote needs to call InitCrashReporter() in RunZygote().
|
|
|