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

Unified Diff: chrome/browser/about_flags.cc

Issue 1134473003: bluetooth: Add a WebBluetooth command line flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 5d0fe27d9213cc4de7f51cadd9d6f991188b5e3a..be2ee94d97db3d621dc4b540539a961b6829530d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -869,6 +869,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableExperimentalWebPlatformFeatures)
},
{
+ "enable-web-bluetooth",
+ IDS_FLAGS_WEB_BLUETOOTH_NAME,
+ IDS_FLAGS_WEB_BLUETOOTH_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableWebBluetooth)
+ },
+ {
"disable-ntp-other-sessions-menu",
IDS_FLAGS_NTP_OTHER_SESSIONS_MENU_NAME,
IDS_FLAGS_NTP_OTHER_SESSIONS_MENU_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698