| 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 50ac97d07c82bb31d93c785c83fa3d5be60e55e7..44f4b14b93a878e0cf8b2a6158fbe8f9aa38a163 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -413,13 +413,13 @@
|
| "extension_types": ["platform_app"],
|
| "contexts": ["blessed_extension", "unblessed_extension"]
|
| },
|
| - "fileBrowserPrivate": {
|
| - "dependencies": ["permission:fileBrowserPrivate"],
|
| + "fileManagerPrivate": {
|
| + "dependencies": ["permission:fileManagerPrivate"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| - "fileBrowserPrivateInternal": {
|
| + "fileManagerPrivateInternal": {
|
| "internal": true,
|
| - "dependencies": ["permission:fileBrowserPrivate"],
|
| + "dependencies": ["permission:fileManagerPrivate"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| "fileSystem": {
|
|
|