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

Unified Diff: chromeos/audio/audio_devices_pref_handler_stub.h

Issue 23536034: Set up hdmi output device default volume to 100. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the default value of input gain. Created 7 years, 3 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
Index: chromeos/audio/audio_devices_pref_handler_stub.h
diff --git a/chromeos/audio/audio_devices_pref_handler_stub.h b/chromeos/audio/audio_devices_pref_handler_stub.h
index 5f585ed0859e0ba770b3202168c716272ec250f3..5f07dc82b0076d852d845e0c8b214e75dad089f5 100644
--- a/chromeos/audio/audio_devices_pref_handler_stub.h
+++ b/chromeos/audio/audio_devices_pref_handler_stub.h
@@ -22,7 +22,8 @@ class CHROMEOS_EXPORT AudioDevicesPrefHandlerStub
AudioDevicesPrefHandlerStub();
- virtual double GetVolumeGainValue(const AudioDevice& device) OVERRIDE;
+ virtual double GetOutputVolumeValue(const AudioDevice* device) OVERRIDE;
+ virtual double GetInputGainValue(const AudioDevice* device) OVERRIDE;
virtual void SetVolumeGainValue(const AudioDevice& device,
double value) OVERRIDE;
virtual bool GetMuteValue(const AudioDevice& device) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698