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

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

Issue 1367663002: Add Linux support for the Bluetooth API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_dbus
Patch Set: Created 5 years, 3 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 | « extensions/browser/api/bluetooth/bluetooth_event_router.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_manifest_features.json
diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json
index 43b9ef9607a326b988c7d421c6f0847fb1cf4c81..67a2dceefe11efb744b9e420987678994cb4f1c1 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -74,7 +74,7 @@
"extension_types": ["platform_app"],
"platforms": ["chromeos", "win", "mac"]
}, {
- "channel": "stable",
+ "channel": "trunk",
Ken Rockot(use gerrit already) 2015/09/23 20:12:53 Is this really what you want to do?
jdeokule 2015/09/23 20:22:52 Yes, we would like these whitelisted before it hit
rkc 2015/09/23 20:26:42 Yep. Their team will need to use this with build j
Ken Rockot(use gerrit already) 2015/09/23 20:27:21 The old configuration whitelists the API on all ch
rkc 2015/09/23 20:32:34 Whoops, that is exactly the opposite of what I mea
"extension_types": ["platform_app"],
"platforms": ["linux"],
"whitelist": [
« no previous file with comments | « extensions/browser/api/bluetooth/bluetooth_event_router.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698