summaryrefslogtreecommitdiffstats
path: root/chromeos/audio
diff options
context:
space:
mode:
authorjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-29 13:24:19 +0000
committerjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-29 13:24:19 +0000
commit6d84e25c26ee33424552e36fe05b7724cbe0a676 (patch)
tree042e8cb57e7d0ae9425f274d0f0942752e51ee1f /chromeos/audio
parent2a1eb8883ca7e9d89a34029448db3345844a4547 (diff)
downloadchromium_src-6d84e25c26ee33424552e36fe05b7724cbe0a676.zip
chromium_src-6d84e25c26ee33424552e36fe05b7724cbe0a676.tar.gz
chromium_src-6d84e25c26ee33424552e36fe05b7724cbe0a676.tar.bz2
Integrate cras audio dbus api changes for transiting from SetOyutputMute to SetOutputUserMute into chrome.
BUG=244597 Review URL: https://chromiumcodereview.appspot.com/18224003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209294 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/audio')
-rw-r--r--chromeos/audio/cras_audio_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/audio/cras_audio_handler.cc b/chromeos/audio/cras_audio_handler.cc
index 9e1a892..b94c1c5 100644
--- a/chromeos/audio/cras_audio_handler.cc
+++ b/chromeos/audio/cras_audio_handler.cc
@@ -458,7 +458,7 @@ bool CrasAudioHandler::SetOutputMuteInternal(bool mute_on) {
return false;
chromeos::DBusThreadManager::Get()->GetCrasAudioClient()->
- SetOutputMute(mute_on);
+ SetOutputUserMute(mute_on);
return true;
}