| 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 c24346b94c3eaa5d9a61f232a907893b327c68db..db86848532fdf089ec98ab55ab85dad630d0a158 100644
|
| --- a/chrome/installer/util/google_update_constants.h
|
| +++ b/chrome/installer/util/google_update_constants.h
|
| @@ -16,6 +16,9 @@ extern const wchar_t kChromeUpgradeCode[];
|
| // itself and Chrome.
|
| extern const wchar_t kExperimentLabels[];
|
|
|
| +// The separator used to separate items in kExperimentLabels.
|
| +extern const wchar_t kExperimentLabelSep[];
|
| +
|
| // The GUID Google Update uses to keep track of Google Update self-upgrades.
|
| extern const wchar_t kGoogleUpdateUpgradeCode[];
|
|
|
|
|