Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index c5f62a876ad2706d69c0a72a1d246bc20eb78d6b..1aad6253796fadd331a897e1e8d02719324ca7e7 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -199,7 +199,8 @@ static void AdjustLinuxOOMScore(const std::string& process_type) { |
process_type == switches::kServiceProcess) { |
score = kMiscScore; |
#ifndef DISABLE_NACL |
- } else if (process_type == switches::kNaClLoaderProcess) { |
+ } else if (process_type == switches::kNaClLoaderProcess || |
+ process_type == switches::kNaClLoaderNonSfiProcess) { |
score = kPluginScore; |
#endif |
} else if (process_type == switches::kZygoteProcess || |