summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authorkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 23:52:47 +0000
committerkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 23:52:47 +0000
commite79f2fd59325ddc32d45bfbdfeeea607a72beb43 (patch)
tree3143f5081c34c99c2ea7a580a76c70d59675aa43 /chromeos/chromeos_switches.cc
parent00874ddc77bae624c660cc8b315fcc2dbce8762c (diff)
downloadchromium_src-e79f2fd59325ddc32d45bfbdfeeea607a72beb43.zip
chromium_src-e79f2fd59325ddc32d45bfbdfeeea607a72beb43.tar.gz
chromium_src-e79f2fd59325ddc32d45bfbdfeeea607a72beb43.tar.bz2
Add flag to switch Chromium OS Bluetooth backend
This flag is passed by the OS session manager when it detects the newer Bluetooth backend is being used, and selects the alternate implementation of BluetoothAdapter. BUG=chromium-os:38832 TEST=started chrome with/without flag Review URL: https://chromiumcodereview.appspot.com/12660002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187080 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 906b69a..2e34b96 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -16,6 +16,9 @@ const char kDbusStub[] = "dbus-stub";
// Disables fake ethernet network in the stub implementations.
const char kDisableStubEthernet[] = "disable-stub-ethernet";
+// Enable experimental Bluetooth features.
+const char kEnableExperimentalBluetooth[] = "enable-experimental-bluetooth";
+
// Enables experiments in locally managed user creation ui.
const char kEnableLocallyManagedUserUIExperiments[] =
"enable-locally-managed-users-ui-experiments";