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

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

Issue 527663002: [fsp] Enable the File System Provider API for extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 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 e99372d46f808edfefabbfbf91b4245bf5c6ea70..11c7e1691a1472c59f9292841aea558e1e0b12cd 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -559,7 +559,7 @@
}],
"fileSystemProvider": {
"channel": "dev",
- "extension_types": ["platform_app"]
+ "extension_types": ["extension", "platform_app"]
},
"firstRunPrivate": {
"channel": "stable",

Powered by Google App Engine
This is Rietveld 408576698