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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 9702028: bluetooth: remove command-line flag, enabling by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 // Shows a memory consumption status area widget for OOM debugging. 1182 // Shows a memory consumption status area widget for OOM debugging.
1183 const char kMemoryWidget[] = "memory-widget"; 1183 const char kMemoryWidget[] = "memory-widget";
1184 1184
1185 #if defined(OS_CHROMEOS) 1185 #if defined(OS_CHROMEOS)
1186 // Enables gdata content provider. 1186 // Enables gdata content provider.
1187 const char kEnableGData[] = "enable-gdata"; 1187 const char kEnableGData[] = "enable-gdata";
1188 1188
1189 // Skips OAuth part of ChromeOS login process. 1189 // Skips OAuth part of ChromeOS login process.
1190 const char kSkipOAuthLogin[] = "skip-oauth-login"; 1190 const char kSkipOAuthLogin[] = "skip-oauth-login";
1191 1191
1192 // Enables bluetooth support on ChromeOS.
1193 const char kEnableBluetooth[] = "enable-bluetooth";
1194
1195 // Enables device policy support on ChromeOS. 1192 // Enables device policy support on ChromeOS.
1196 const char kEnableDevicePolicy[] = "enable-device-policy"; 1193 const char kEnableDevicePolicy[] = "enable-device-policy";
1197 1194
1198 // Enables the redirection of viewable document requests to the Google Document 1195 // Enables the redirection of viewable document requests to the Google Document
1199 // Viewer. 1196 // Viewer.
1200 const char kEnableGView[] = "enable-gview"; 1197 const char kEnableGView[] = "enable-gview";
1201 1198
1202 // Enable Kiosk mode for ChromeOS 1199 // Enable Kiosk mode for ChromeOS
1203 const char kEnableKioskMode[] = "enable-kiosk-mode"; 1200 const char kEnableKioskMode[] = "enable-kiosk-mode";
1204 1201
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 1357
1361 // ----------------------------------------------------------------------------- 1358 // -----------------------------------------------------------------------------
1362 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1359 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1363 // 1360 //
1364 // You were going to just dump your switches here, weren't you? Instead, please 1361 // You were going to just dump your switches here, weren't you? Instead, please
1365 // put them in alphabetical order above, or in order inside the appropriate 1362 // put them in alphabetical order above, or in order inside the appropriate
1366 // ifdef at the bottom. The order should match the header. 1363 // ifdef at the bottom. The order should match the header.
1367 // ----------------------------------------------------------------------------- 1364 // -----------------------------------------------------------------------------
1368 1365
1369 } // namespace switches 1366 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698