| Index: chrome/install_static/chromium_install_modes.h
|
| diff --git a/chrome/install_static/chromium_install_modes.h b/chrome/install_static/chromium_install_modes.h
|
| index cabe84978aaebe3155d9c481a654180f596ca41e..159f0ed0656c198f3fbd1059a13a2cdc4253f775 100644
|
| --- a/chrome/install_static/chromium_install_modes.h
|
| +++ b/chrome/install_static/chromium_install_modes.h
|
| @@ -13,6 +13,8 @@ enum : bool {
|
| kUseGoogleUpdateIntegration = false,
|
| };
|
|
|
| +// Note: This list of indices must be kept in sync with the brand-specific
|
| +// resource strings in chrome/installer/util/prebuild/create_string_rc.
|
| enum InstallConstantIndex {
|
| CHROMIUM_INDEX,
|
| NUM_INSTALL_MODES,
|
|
|