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

Unified Diff: chromeos/chromeos_switches.cc

Issue 12660002: Add flag to switch Chromium OS Bluetooth backend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 906b69aa7c5e1bd14bfbb5990a8c632f6c65c38f..2e34b96d9147a48d9b493e3e57aeafc6f7db4674 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";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698