Chromium Code Reviews| Index: chrome/installer/util/google_update_constants.h |
| diff --git a/chrome/installer/util/google_update_constants.h b/chrome/installer/util/google_update_constants.h |
| index 871805979910e1d1a93ce608897ad0e785318a32..1704d23a1e5393c65ce9da413a31cb6dadae5cd5 100644 |
| --- a/chrome/installer/util/google_update_constants.h |
| +++ b/chrome/installer/util/google_update_constants.h |
| @@ -79,6 +79,12 @@ extern const wchar_t kRegWebAccessibleField[]; |
| // last time that chrome ran in the Time internal format. |
| extern const wchar_t kRegLastRunTimeField[]; |
| +#if defined(OS_WIN) |
|
Alexei Svitkine (slow)
2015/08/13 16:52:05
Can you check if this file is already Windows-spec
|
| +// The name of the value where Google Update reads the list of experiments for |
| +// itself and Chrome. |
| +extern const wchar_t kExperimentLabels[]; |
| +#endif |
| + |
| } // namespace google_update |
| #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ |