Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8070)

Unified Diff: chrome/common/extensions/api/_manifest_features.json

Issue 406293002: Enable bluetooth on chromeos, win, and mac, but disable on linux unless in the whitelist. The white… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit_tests and browser_tests by giving them a fixed key and whitelisting the associated app id. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/bluetooth/device_events/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"]
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/bluetooth/device_events/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698