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

Unified Diff: extensions/common/manifest_constants.h

Issue 141743005: Extensions: Make it possible for permission parsing code to return a detailed error message. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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.h
===================================================================
--- extensions/common/manifest_constants.h (revision 247036)
+++ extensions/common/manifest_constants.h (working copy)
@@ -222,7 +222,7 @@
extern const char kRunAtDocumentIdle[];
extern const char kRunAtDocumentStart[];
-} // manifest_values
+} // namespace manifest_values
// Error messages returned from extension installation.
namespace manifest_errors {
@@ -375,6 +375,7 @@
extern const char kInvalidPageActionsList[];
extern const char kInvalidPageActionsListSize[];
extern const char kInvalidPageActionTypeValue[];
+extern const char kInvalidPermissionWithDetail[];
extern const char kInvalidPermission[];
extern const char kInvalidPermissions[];
extern const char kInvalidPermissionScheme[];
« no previous file with comments | « chrome/common/extensions/permissions/usb_device_permission_unittest.cc ('k') | extensions/common/manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698