From 2e7923e05d281c16f59488845fa30dc254a31cbb Mon Sep 17 00:00:00 2001 From: "peter@chromium.org" Date: Fri, 25 Oct 2013 18:42:06 +0000 Subject: Remove six command line switches which are no-ops. BUG= Review URL: https://codereview.chromium.org/25074003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231059 0039d316-1c4b-4281-b951-d872f2087c98 --- chromeos/chromeos_switches.cc | 3 --- chromeos/chromeos_switches.h | 1 - 2 files changed, 4 deletions(-) (limited to 'chromeos') diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index ac9e8c1..fbfda49 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -80,9 +80,6 @@ const char kEnableBackgroundLoader[] = "enable-background-loader"; // Enables switching between different cellular carriers from the UI. const char kEnableCarrierSwitching[] = "enable-carrier-switching"; -// Enable switching between audio devices in Chrome instead of cras. -const char kEnableChromeAudioSwitching[] = "enable-chrome-audio-switching"; - // Enables Chrome Captive Portal detector, which initiates Captive // Portal detection for new active networks. const char kEnableChromeCaptivePortalDetector[] = diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h index 6fe091c..6f03824 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -41,7 +41,6 @@ CHROMEOS_EXPORT extern const char kDisableStubEthernet[]; CHROMEOS_EXPORT extern const char kEchoExtensionPath[]; CHROMEOS_EXPORT extern const char kEnableBackgroundLoader[]; CHROMEOS_EXPORT extern const char kEnableCarrierSwitching[]; -CHROMEOS_EXPORT extern const char kEnableChromeAudioSwitching[]; CHROMEOS_EXPORT extern const char kEnableChromeCaptivePortalDetector[]; CHROMEOS_EXPORT extern const char kEnableIMEModeIndicator[]; CHROMEOS_EXPORT extern const char kEnableKioskMode[]; -- cgit v1.1