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

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

Issue 2939833002: Move chrome.fileSystem interface and bindings to //extensions (Closed)
Patch Set: rebase Created 3 years, 5 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 0fdc249a1e0d177f6373a88d9ed89fc6bb02c85f..fd9fff2355bb1ac15cdbe4eaaa0c6380c38e7470 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