| 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..f55268bdd6e2202d76335f062bb03d21f8df0711 100644
|
| --- a/chrome/installer/util/google_update_constants.h
|
| +++ b/chrome/installer/util/google_update_constants.h
|
| @@ -79,6 +79,10 @@ extern const wchar_t kRegWebAccessibleField[];
|
| // last time that chrome ran in the Time internal format.
|
| extern const wchar_t kRegLastRunTimeField[];
|
|
|
| +// The name of the value where Google Update reads the list of experiments for
|
| +// itself and Chrome.
|
| +extern const wchar_t kExperimentLabels[];
|
| +
|
| } // namespace google_update
|
|
|
| #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_
|
|
|