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

Unified Diff: chrome/common/extensions/extension_manifest_constants.cc

Issue 11348335: Revert 170514 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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: chrome/common/extensions/extension_manifest_constants.cc
===================================================================
--- chrome/common/extensions/extension_manifest_constants.cc (revision 170599)
+++ chrome/common/extensions/extension_manifest_constants.cc (working copy)
@@ -519,8 +519,6 @@
"Only one of 'browser_action', 'page_action', and 'app' can be specified.";
const char kPermissionNotAllowed[] =
"Access to permission '*' denied.";
-const char kPermissionNotAllowedInManifest[] =
- "Permission '*' cannot be specified in the manifest.";
const char kPlatformAppNeedsManifestVersion2[] =
"Packaged apps need manifest_version set to >= 2";
const char kReservedMessageFound[] =
« no previous file with comments | « chrome/common/extensions/extension_manifest_constants.h ('k') | chrome/common/extensions/permissions/api_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698