Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 126830) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -1189,6 +1189,9 @@ |
// Skips OAuth part of ChromeOS login process. |
const char kSkipOAuthLogin[] = "skip-oauth-login"; |
+// Enables bluetooth support on ChromeOS. |
+const char kEnableBluetooth[] = "enable-bluetooth"; |
+ |
// Enables device policy support on ChromeOS. |
const char kEnableDevicePolicy[] = "enable-device-policy"; |