| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index fe8f717475f1066996645e949f04dadecaa28545..2d2996af5e7d24e54ba690461c24cde327c59ca9 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -191,7 +191,6 @@ static void AdjustLinuxOOMScore(const std::string& process_type) {
|
| // The broker should be killed before the PPAPI plugin.
|
| score = kPluginScore + kScoreBump;
|
| } else if (process_type == switches::kUtilityProcess ||
|
| - process_type == switches::kWorkerProcess ||
|
| process_type == switches::kGpuProcess ||
|
| process_type == switches::kServiceProcess) {
|
| score = kMiscScore;
|
| @@ -228,8 +227,6 @@ bool SubprocessNeedsResourceBundle(const std::string& process_type) {
|
| // Windows needs resources for the default/null plugin.
|
| // Mac needs them for the plugin process name.
|
| process_type == switches::kPluginProcess ||
|
| - // Needed for scrollbar related images.
|
| - process_type == switches::kWorkerProcess ||
|
| #endif
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| // The zygote process opens the resources for the renderers.
|
|
|