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

Unified Diff: extensions/common/api/_api_features.json

Issue 2939833002: Move chrome.fileSystem interface and bindings to //extensions (Closed)
Patch Set: Created 3 years, 6 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: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 8b729a0f203b215b00f7f3564dd6fd72c289f664..4e739d88e421fe0ee6753cd60e2f7d9df23bcf3a 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -173,6 +173,10 @@
"contexts": "all",
"matches": ["<all_urls>"]
},
+ "fileSystem": {
+ "dependencies": ["permission:fileSystem"],
+ "contexts": ["blessed_extension"]
+ },
"guestViewInternal": [
{
"internal": true,

Powered by Google App Engine
This is Rietveld 408576698