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

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

Issue 14607023: Add support for persistent file access in apps. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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 0c21648f1826c56e4c12c2630d01e7f914c5f721..d5d1f3178feb3f09ddd40393d99e01a854093e4c 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -208,6 +208,14 @@
"extension_types": ["extension"],
"whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
}],
+ "fileSystem.retainFiles": [{
+ "channel": "stable",
benwells 2013/05/16 06:50:17 Let's restrict this to trunk until we get the UI d
Sam McNally 2013/05/17 03:38:52 Done.
+ "extension_types": ["platform_app"]
+ },{
+ "channel": "stable",
benwells 2013/05/16 06:50:17 Also let's not give this to QuickOffice unless the
Sam McNally 2013/05/17 03:38:52 Done.
+ "extension_types": ["extension"],
+ "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
+ }],
"fileSystem.write": [{
"channel": "stable",
"extension_types": ["platform_app"]

Powered by Google App Engine
This is Rietveld 408576698