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

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: Cleaned up IDL. 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"]
benwells 2014/03/31 02:24:10 Why is this available to more contexts than fileSy
mtomasz 2014/03/31 02:27:15 That wasn't my intention. It referred to fileBrows
benwells 2014/03/31 02:38:03 Can you just remove the unblessed_extension?
mtomasz 2014/03/31 03:16:47 Done.
+ },
"firstRunPrivate": {
"platforms": ["chromeos"],
"dependencies": ["permission:firstRunPrivate"],
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698