| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index 08b9e43d26909c4c90d033731b942780a88787b8..e496c69b03195b26627f54a74f0b5744a5599e6a 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -247,8 +247,12 @@ bool SubprocessNeedsResourceBundle(const std::string& process_type) {
|
| process_type == switches::kPpapiBrokerProcess ||
|
| process_type == switches::kGpuProcess ||
|
| #endif
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| + false;
|
| +#else
|
| process_type == switches::kRendererProcess ||
|
| process_type == switches::kUtilityProcess;
|
| +#endif
|
| }
|
|
|
| #if defined(OS_MACOSX)
|
|
|