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

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

Issue 23506021: Require confirmation for writable directory access. (Closed) Base URL: http://git.chromium.org/chromium/src.git@directory-permission-hack
Patch Set: Created 7 years, 3 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: 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 c5ca17b225a7851e894ad6d89c8ed94e064be631..ea129ff85603fdaf7a3d0fcc6858b041fc823762 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -277,6 +277,10 @@
"extension_types": ["extension"],
"whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
}],
+ "fileSystem.writeDirectory": [{
+ "channel": "trunk",
+ "extension_types": ["platform_app"]
+ }],
not at google - send to devlin 2013/09/03 17:07:04 For the record: [{...}] in these files is equivale
Sam McNally 2013/09/04 00:21:30 Having fileSystem with the [] and a child permissi
not at google - send to devlin 2013/09/04 00:23:07 Oh. I didn't even realised that those complex perm
"fontSettings": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]

Powered by Google App Engine
This is Rietveld 408576698