Chromium Code Reviews| Index: chrome/common/chrome_constants.h |
| =================================================================== |
| --- chrome/common/chrome_constants.h (revision 98219) |
| +++ chrome/common/chrome_constants.h (working copy) |
| @@ -116,6 +116,11 @@ |
| extern const int kHighestRendererOomScore; |
| #endif |
| +#if defined(OS_WIN) |
| +// This is used by the PreRead experiment. |
| +extern const char kPreReadEnvironmentVariable[]; |
| +#endif |
| + |
| } // namespace chrome |
| #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ |