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

Unified Diff: extensions/common/manifest_constants.cc

Issue 22938005: Add ErrorConsole UI for Extension Install Warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_install_warnings
Patch Set: Requested UI Changes Created 7 years, 4 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
Index: extensions/common/manifest_constants.cc
diff --git a/extensions/common/manifest_constants.cc b/extensions/common/manifest_constants.cc
index fcdf6e99fc88605daef96ec67be3bc7ae32dc8da..9fa1ada966b0cfde5fa0be3150bb9553b9b88a4d 100644
--- a/extensions/common/manifest_constants.cc
+++ b/extensions/common/manifest_constants.cc
@@ -148,4 +148,12 @@ const char kWebURLs[] = "app.urls";
} // namespace manifest_keys
+namespace manifest_errors {
+
+const char kPermissionUnknownOrMalformed[] =
+ "Permission '*' is unknown or URL pattern is malformed.";
+const char kUnrecognizedManifestKey[] = "Unrecognized manifest key '*'.";
+
+} // namespace manifest_errors
+
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698