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

Unified Diff: chrome/install_static/google_chrome_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 | « chrome/install_static/chromium_install_modes.h ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/google_chrome_install_modes.h
diff --git a/chrome/install_static/google_chrome_install_modes.h b/chrome/install_static/google_chrome_install_modes.h
index 8213665d90c4dd0e7dd12b538db52c0bb71d158e..700a132bb64992e40bdf1ece17e946e4808286ed 100644
--- a/chrome/install_static/google_chrome_install_modes.h
+++ b/chrome/install_static/google_chrome_install_modes.h
@@ -13,6 +13,8 @@ enum : bool {
kUseGoogleUpdateIntegration = true,
};
+// 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 {
STABLE_INDEX,
CANARY_INDEX,
« no previous file with comments | « chrome/install_static/chromium_install_modes.h ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698