Index: chrome/common/extensions/extension_constants.h |
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h |
index 8c52a33692824d6e3451d549fff6d1f73fa65024..3fbe511e65ee5675d9b4e9d9eb2e1586b12a9d84 100644 |
--- a/chrome/common/extensions/extension_constants.h |
+++ b/chrome/common/extensions/extension_constants.h |
@@ -138,6 +138,7 @@ namespace extension_manifest_errors { |
extern const char* kAppsNotEnabled; |
extern const char* kBackgroundPermissionNeeded; |
extern const char* kCannotAccessPage; |
+ extern const char* kCannotChangeExtensionID; |
extern const char* kCannotClaimAllHostsInExtent; |
extern const char* kCannotClaimAllURLsInExtent; |
extern const char* kCannotScriptGallery; |