diff options
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/chromeos_switches.cc | 3 | ||||
-rw-r--r-- | chromeos/chromeos_switches.h | 1 |
2 files changed, 0 insertions, 4 deletions
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[]; |