| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 4e8920870c90643b2223fadb9f65ad5f49fe732e..fb0587833e79a42e06b56a26fffe71b95711d4ba 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_
|
|
|