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

Unified Diff: chrome/common/extensions/api/webstore/webstore_api_constants.h

Issue 635623003: Cleanup: Better constify some strings in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac Created 6 years, 2 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/common/crash_keys.cc ('k') | chrome/common/extensions/api/webstore/webstore_api_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/webstore/webstore_api_constants.h
diff --git a/chrome/common/extensions/api/webstore/webstore_api_constants.h b/chrome/common/extensions/api/webstore/webstore_api_constants.h
index f42327e993eb7925304babb3034fb0fb4fc8f9de..8a6b4909f98003ae58b091b43bd12bd51e0d7640 100644
--- a/chrome/common/extensions/api/webstore/webstore_api_constants.h
+++ b/chrome/common/extensions/api/webstore/webstore_api_constants.h
@@ -26,7 +26,7 @@ enum InstallStage {
// IMPORTANT: Keep this list in sync with both the definition in
// chrome/common/extensions/api/webstore.json and
// chrome/common/extensions/webstore_install_result.h!
-extern const char* kInstallResultCodes[];
+extern const char* const kInstallResultCodes[];
extern const char kInstallStageDownloading[];
extern const char kInstallStageInstalling[];
« no previous file with comments | « chrome/common/crash_keys.cc ('k') | chrome/common/extensions/api/webstore/webstore_api_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698