| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index d06f8d3aa4cf31880343b1fd09f8e950760a2b7a..4d9314f298928244cc97dd6661b5f7c0042ecaeb 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -111,6 +111,9 @@ extern const bool kEnableTouchIcon;
|
| // installed.
|
| extern const float kMaxShareOfExtensionProcesses;
|
|
|
| +// This is used by the PreRead experiment.
|
| +extern const char kPreReadEnvironmentVariable[];
|
| +
|
| #if defined(OS_LINUX)
|
| // The highest and lowest assigned OOM score adjustment
|
| // (oom_score_adj) used by the OomPriority Manager.
|
| @@ -119,8 +122,6 @@ extern const int kHighestRendererOomScore;
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
| -// This is used by the PreRead experiment.
|
| -extern const char kPreReadEnvironmentVariable[];
|
| // Used by Metro Chrome to create the profile under a custom subdirectory.
|
| extern const wchar_t kMetroChromeUserDataSubDir[];
|
| // Used by Metro Chrome to initiate navigation and search requests.
|
|
|