| Index: chrome/common/extensions/api/_permission_features.json
|
| diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
|
| index 7f8a14c0a4c7309e136bffd0dc6c3b117c4e4348..1a040bfc796b9a08ea40b8d75c021930f25af750 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -402,11 +402,19 @@
|
| "extension_types": ["platform_app"],
|
| "platforms": ["chromeos"]
|
| }],
|
| - "fileSystemProvider": {
|
| + "fileSystemProvider": [{
|
| "channel": "stable",
|
| "extension_types": ["extension", "platform_app"],
|
| "platforms": ["chromeos"]
|
| - },
|
| + }, {
|
| + "channel": "stable",
|
| + "extension_types": ["legacy_packaged_app"],
|
| + "platforms": ["chromeos"],
|
| + "whitelist": [
|
| + "0EA6B717932AD64C469C1CCB6911457733295907", // http://crbug.com/673004
|
| + "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // http://crbug.com/673004
|
| + ]
|
| + }],
|
| "firstRunPrivate": {
|
| "channel": "stable",
|
| "extension_types": ["platform_app"],
|
|
|