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

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

Issue 9701056: Revert 126809 - 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
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 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 extern const char kUserDataDir[]; 318 extern const char kUserDataDir[];
319 extern const char kVersion[]; 319 extern const char kVersion[];
320 extern const char kWhitelistedExtensionID[]; 320 extern const char kWhitelistedExtensionID[];
321 extern const char kWindowPosition[]; 321 extern const char kWindowPosition[];
322 extern const char kWindowSize[]; 322 extern const char kWindowSize[];
323 extern const char kWinHttpProxyResolver[]; 323 extern const char kWinHttpProxyResolver[];
324 324
325 #if defined(OS_CHROMEOS) 325 #if defined(OS_CHROMEOS)
326 extern const char kEnableGData[]; 326 extern const char kEnableGData[];
327 extern const char kSkipOAuthLogin[]; 327 extern const char kSkipOAuthLogin[];
328 extern const char kEnableBluetooth[];
328 extern const char kEnableDevicePolicy[]; 329 extern const char kEnableDevicePolicy[];
329 extern const char kEnableGView[]; 330 extern const char kEnableGView[];
330 extern const char kEnableKioskMode[]; 331 extern const char kEnableKioskMode[];
331 extern const char kEnableMobileSetupDialog[]; 332 extern const char kEnableMobileSetupDialog[];
332 extern const char kEnableONCPolicy[]; 333 extern const char kEnableONCPolicy[];
333 extern const char kEnableSensors[]; 334 extern const char kEnableSensors[];
334 extern const char kEnableStaticIPConfig[]; 335 extern const char kEnableStaticIPConfig[];
335 extern const char kKioskModeScreensaverPath[]; 336 extern const char kKioskModeScreensaverPath[];
336 extern const char kLoginManager[]; 337 extern const char kLoginManager[];
337 // TODO(avayvod): Remove this flag when it's unnecessary for testing 338 // TODO(avayvod): Remove this flag when it's unnecessary for testing
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 #else 394 #else
394 extern const char kEnablePrintPreview[]; 395 extern const char kEnablePrintPreview[];
395 #endif 396 #endif
396 397
397 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 398 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
398 // alphabetical order, or in one of the ifdefs (also in order in each section). 399 // alphabetical order, or in one of the ifdefs (also in order in each section).
399 400
400 } // namespace switches 401 } // namespace switches
401 402
402 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 403 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698