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

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

Issue 9741002: Adding file access permissions to fileBrowserHandler manifest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit_tests Created 8 years, 9 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/extensions/extension.cc ('k') | chrome/common/extensions/extension_manifest_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_manifest_constants.h
diff --git a/chrome/common/extensions/extension_manifest_constants.h b/chrome/common/extensions/extension_manifest_constants.h
index 764f901d6274eb9005696320ec854267c79c80d3..17f1aaf6265ed522ab9fd4ba3b16e100ad7eb3b8 100644
--- a/chrome/common/extensions/extension_manifest_constants.h
+++ b/chrome/common/extensions/extension_manifest_constants.h
@@ -38,6 +38,7 @@ namespace extension_manifest_keys {
extern const char kEventName[];
extern const char kExcludeGlobs[];
extern const char kExcludeMatches[];
+ extern const char kFileAccessList[];
extern const char kFileFilters[];
extern const char kFileBrowserHandlers[];
extern const char kHomepageURL[];
@@ -190,6 +191,8 @@ namespace extension_manifest_errors {
extern const char kInvalidDevToolsPage[];
extern const char kInvalidExcludeMatch[];
extern const char kInvalidExcludeMatches[];
+ extern const char kInvalidFileAccessList[];
+ extern const char kInvalidFileAccessValue[];
extern const char kInvalidFileBrowserHandler[];
extern const char kInvalidFileFiltersList[];
extern const char kInvalidFileFilterValue[];
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698