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

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

Issue 14820030: Move Chrome OS switches to chromeos/chromeos_switches.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix interactive_ui_tests Created 7 years, 7 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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 extern const char kTabletUI[]; 405 extern const char kTabletUI[];
406 #endif 406 #endif
407 407
408 #if defined(USE_ASH) 408 #if defined(USE_ASH)
409 extern const char kAshDisableTabScrubbing[]; 409 extern const char kAshDisableTabScrubbing[];
410 extern const char kOpenAsh[]; 410 extern const char kOpenAsh[];
411 #endif 411 #endif
412 412
413 #if defined(OS_CHROMEOS) 413 #if defined(OS_CHROMEOS)
414 // Keep switches in alphabetical order. 414 // Keep switches in alphabetical order.
415 // See also src/chromeos/chromeos_switches.h 415 // See also src/chromeos/chromeos_switches.h
stevenjb 2013/05/09 23:20:15 nit: s/Keep*// nit: s/See also/See/
416 extern const char kAshWebUIInit[]; 416
417 extern const char kDisableAppMode[];
418 extern const char kDisableBootAnimation[];
419 extern const char kDisableChromeCaptivePortalDetector[];
420 extern const char kDisableDrive[];
421 extern const char kDisableLocalAccounts[];
422 extern const char kDisableLoginAnimations[];
423 extern const char kDisableOobeAnimation[];
424 extern const char kEnableBackgroundLoader[];
425 extern const char kEnableCarrierSwitching[];
426 extern const char kEnableChromeCaptivePortalDetector[];
427 extern const char kEnableTouchpadThreeFingerClick[];
428 extern const char kEnableTouchpadThreeFingerSwipe[];
429 extern const char kEnableKioskMode[];
430 extern const char kEnableRequestTabletSite[];
431 extern const char kEnableStaticIPConfig[];
432 extern const char kHasChromeOSKeyboard[];
433 extern const char kHasChromeOSDiamondKey[];
434 extern const char kKioskModeScreensaverPath[];
435 extern const char kNaturalScrollDefault[];
436 extern const char kNoDiscardTabs[];
437 extern const char kEchoExtensionPath[];
438 extern const char kStubCrosSettings[];
439 extern const char kAuthExtensionPath[];
440 extern const char kEnterpriseEnrollmentInitialModulus[];
441 extern const char kEnterpriseEnrollmentModulusLimit[];
442 extern const char kFileManagerLegacy[];
443 extern const char kFileManagerLegacyUI[];
444 #ifndef NDEBUG
445 extern const char kOobeSkipPostLogin[];
446 #endif
447 #endif 417 #endif
448 418
449 #if defined(OS_POSIX) 419 #if defined(OS_POSIX)
450 extern const char kEnableCrashReporter[]; 420 extern const char kEnableCrashReporter[];
451 extern const char kEnableCrashReporterForTesting[]; 421 extern const char kEnableCrashReporterForTesting[];
452 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) 422 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
453 extern const char kPasswordStore[]; 423 extern const char kPasswordStore[];
454 #endif 424 #endif
455 #endif 425 #endif
456 426
(...skipping 25 matching lines...) Expand all
482 #else 452 #else
483 extern const char kEnablePrintPreview[]; 453 extern const char kEnablePrintPreview[];
484 #endif 454 #endif
485 455
486 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 456 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
487 // alphabetical order, or in one of the ifdefs (also in order in each section). 457 // alphabetical order, or in one of the ifdefs (also in order in each section).
488 458
489 } // namespace switches 459 } // namespace switches
490 460
491 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 461 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698