| 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"],
|
|
|