diff options
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r-- | chrome/common/chrome_constants.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index 4e89208..fb05878 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -99,6 +99,13 @@ extern const int kJavascriptMessageExpectedDelay; // Are touch icons enabled? False by default. extern const bool kEnableTouchIcon; +#if defined(OS_LINUX) +// The highest and lowest assigned OOM score adjustment +// (oom_score_adj) used by the OomPriority Manager. +extern const int kLowestRendererOomScore; +extern const int kHighestRendererOomScore; +#endif + } // namespace chrome #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ |