| 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 d221d7fbdaa67cbee20634eef092210c633cef3c..be4f881bae5f248598027640117ae5e17527f85d 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -354,6 +354,11 @@
|
| "dependencies": ["permission:fileSystemProvider"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "fileSystemProviderInternal": {
|
| + "internal": true,
|
| + "dependencies": ["fileSystemProvider"],
|
| + "contexts": ["blessed_extension", "unblessed_extension"]
|
| + },
|
| "firstRunPrivate": {
|
| "platforms": ["chromeos"],
|
| "dependencies": ["permission:firstRunPrivate"],
|
|
|