diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 28b9076..046f0ff 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1046,6 +1046,9 @@ const char kWebUILogin[] = "webui-login"; // 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"; |