summaryrefslogtreecommitdiffstats
path: root/chromeos/audio
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/audio')
-rw-r--r--chromeos/audio/cras_audio_handler.cc4
-rw-r--r--chromeos/audio/cras_audio_handler.h3
2 files changed, 0 insertions, 7 deletions
diff --git a/chromeos/audio/cras_audio_handler.cc b/chromeos/audio/cras_audio_handler.cc
index fd2d92e..0045f84 100644
--- a/chromeos/audio/cras_audio_handler.cc
+++ b/chromeos/audio/cras_audio_handler.cc
@@ -130,10 +130,6 @@ bool CrasAudioHandler::IsInputMutedForDevice(uint64 device_id) {
return audio_pref_handler_->GetMuteValue(*device);
}
-int CrasAudioHandler::GetOutputDefaultVolumeMuteThreshold() {
- return kMuteThresholdPercent;
-}
-
int CrasAudioHandler::GetOutputVolumePercent() {
return output_volume_;
}
diff --git a/chromeos/audio/cras_audio_handler.h b/chromeos/audio/cras_audio_handler.h
index cc28c50..f2a35a5 100644
--- a/chromeos/audio/cras_audio_handler.h
+++ b/chromeos/audio/cras_audio_handler.h
@@ -99,9 +99,6 @@ class CHROMEOS_EXPORT CrasAudioHandler : public CrasAudioClient::Observer,
// Returns true if the output volume is below the default mute volume level.
virtual bool IsOutputVolumeBelowDefaultMuteLvel();
- // Returns volume level in 0-100% range at which the volume should be muted.
- virtual int GetOutputDefaultVolumeMuteThreshold();
-
// Gets volume level in 0-100% range (0 being pure silence) for the current
// active node.
virtual int GetOutputVolumePercent();