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

Unified Diff: chrome/common/extensions/api/_permission_features.json

Issue 13473016: Whitelist the fileSystem.write API for an internally developed extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge from trunk Created 7 years, 8 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/browser/extensions/api/file_system/file_system_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index ed4585f49cfe459b7bce63820efead2912ed336d..7159da32f39dd2980b2560a52eb784c4d2a6eead 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -167,14 +167,22 @@
"extension_types": ["extension", "packaged_app"],
"location": "component"
},
- "fileSystem": {
+ "fileSystem": [{
"channel": "stable",
"extension_types": ["platform_app"]
- },
- "fileSystem.write": {
+ },{
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
+ }],
+ "fileSystem.write": [{
"channel": "stable",
"extension_types": ["platform_app"]
- },
+ },{
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
+ }],
"fontSettings": {
"channel": "stable",
"extension_types": ["extension", "packaged_app"]
« no previous file with comments | « chrome/browser/extensions/api/file_system/file_system_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698