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

Unified 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 nits 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index c28647d21c09386edb347db685b19aa0d9202bfd..613415ca813d39317d47520f9e689527e44013ff 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -410,42 +410,6 @@ extern const char kAshDisableTabScrubbing[];
extern const char kOpenAsh[];
#endif
-#if defined(OS_CHROMEOS)
-// Keep switches in alphabetical order.
-// See also src/chromeos/chromeos_switches.h
-extern const char kAshWebUIInit[];
-extern const char kDisableAppMode[];
-extern const char kDisableBootAnimation[];
-extern const char kDisableChromeCaptivePortalDetector[];
-extern const char kDisableDrive[];
-extern const char kDisableLocalAccounts[];
-extern const char kDisableLoginAnimations[];
-extern const char kDisableOobeAnimation[];
-extern const char kEnableBackgroundLoader[];
-extern const char kEnableCarrierSwitching[];
-extern const char kEnableChromeCaptivePortalDetector[];
-extern const char kEnableTouchpadThreeFingerClick[];
-extern const char kEnableTouchpadThreeFingerSwipe[];
-extern const char kEnableKioskMode[];
-extern const char kEnableRequestTabletSite[];
-extern const char kEnableStaticIPConfig[];
-extern const char kHasChromeOSKeyboard[];
-extern const char kHasChromeOSDiamondKey[];
-extern const char kKioskModeScreensaverPath[];
-extern const char kNaturalScrollDefault[];
-extern const char kNoDiscardTabs[];
-extern const char kEchoExtensionPath[];
-extern const char kStubCrosSettings[];
-extern const char kAuthExtensionPath[];
-extern const char kEnterpriseEnrollmentInitialModulus[];
-extern const char kEnterpriseEnrollmentModulusLimit[];
-extern const char kFileManagerLegacy[];
-extern const char kFileManagerLegacyUI[];
-#ifndef NDEBUG
-extern const char kOobeSkipPostLogin[];
-#endif
-#endif
-
#if defined(OS_POSIX)
extern const char kEnableCrashReporter[];
extern const char kEnableCrashReporterForTesting[];
« 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