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

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

Issue 985533004: Implement chrome.fileSystem.requestFileSystem(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up. Created 5 years, 9 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 7313dc4469e9ca9599fd11029f6cb34120bb5f6f..d5f089ad1402427ff8a9f169b0dd1d7736ad3567 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -446,6 +446,12 @@
"3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
]
}],
+ "fileSystem.requestFileSystem": [{
+ "channel": "dev",
+ "extension_types": ["platform_app"],
+ "location": "component",
+ "platforms": ["chromeos"]
+ }],
"fileSystemProvider": {
"channel": "stable",
"extension_types": ["extension", "platform_app"],

Powered by Google App Engine
This is Rietveld 408576698