| Index: chrome/common/extensions/api/_manifest_features.json
|
| diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
|
| index d03c7798206360b978f2f62e66fed2896cf06c91..f76849c4c8356aabbf9d73b65ca98ce42742feba 100644
|
| --- a/chrome/common/extensions/api/_manifest_features.json
|
| +++ b/chrome/common/extensions/api/_manifest_features.json
|
| @@ -46,13 +46,25 @@
|
| "channel": "trunk",
|
| "extension_types": ["extension", "legacy_packaged_app"]
|
| },
|
| - "bluetooth": {
|
| + "bluetooth": [{
|
| // Note: The "bluetooth" manifest permission is used by the
|
| // chrome.bluetooth, chrome.bluetoothSocket and chrome.bluetoothLowEnergy
|
| // APIs.
|
| "channel": "stable",
|
| - "extension_types": ["platform_app"]
|
| - },
|
| + "extension_types": ["platform_app"],
|
| + "platforms": ["chromeos", "win", "mac"]
|
| + }, {
|
| + "channel": "stable",
|
| + "extension_types": ["platform_app"],
|
| + "platforms": ["linux"],
|
| + "whitelist": [
|
| + "9E287A8257E58EFB13E89C86A4B75A3AC4B058D8", // unit_tests browser_tests
|
| + "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/396117
|
| + "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/396117
|
| + "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/396117
|
| + "307E96539209F95A1A8740C713E6998A73657D96" // http://crbug.com/396117
|
| + ]
|
| + }],
|
| "browser_action": {
|
| "channel": "stable",
|
| "extension_types": ["extension"]
|
|
|