Chromium Code Reviews| 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"], |