Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 42bc2483f85a5eb0e4345a37637e7d17806269cb..844ef3b93d05fb9d865f93266e5d5651dfec2558 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -177,6 +177,11 @@ const bool kEnableTouchIcon = true; |
const bool kEnableTouchIcon = false; |
#endif |
+#if defined(OS_LINUX) |
+extern const int kLowestRendererOomScore = 300; |
+extern const int kHighestRendererOomScore = 1000; |
+#endif |
+ |
} // namespace chrome |
#undef FPL |