Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3126)

Unified Diff: chrome/install_static/chromium_install_modes.h

Issue 2791593002: Allow installer::GetLocalizedString to return mode-specific strings. (Closed)
Patch Set: manzagop review part the deux Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/install_static/google_chrome_install_modes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/install_static/google_chrome_install_modes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698