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

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

Issue 194693002: [fsp] Add requestUnmount() method together with the request manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments + rebased. Created 6 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/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index dbe950e79a308f01923b2b739239446883efeda4..e11864077569924aa398f58bb91b946c77f67378 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -363,6 +363,11 @@
"dependencies": ["permission:fileSystemProvider"],
"contexts": ["blessed_extension"]
},
+ "fileSystemProviderInternal": {
+ "internal": true,
+ "dependencies": ["fileSystemProvider"],
+ "contexts": ["blessed_extension", "unblessed_extension"]
+ },
"firstRunPrivate": {
"platforms": ["chromeos"],
"dependencies": ["permission:firstRunPrivate"],

Powered by Google App Engine
This is Rietveld 408576698