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

Unified Diff: chromeos/audio/cras_audio_handler.h

Issue 945103002: Add a new audio extension event OnLevelChanged. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/cras_audio_handler.h
diff --git a/chromeos/audio/cras_audio_handler.h b/chromeos/audio/cras_audio_handler.h
index 28a858b9fd7c568bc0d4730cc921fdaa6f643bf8..88aa71bee81929bd3a0609d403e199efb184ed1a 100644
--- a/chromeos/audio/cras_audio_handler.h
+++ b/chromeos/audio/cras_audio_handler.h
@@ -37,7 +37,7 @@ class CHROMEOS_EXPORT CrasAudioHandler : public CrasAudioClient::Observer,
class AudioObserver {
public:
// Called when output volume changed.
- virtual void OnOutputVolumeChanged();
+ virtual void OnOutputNodeVolumeChanged(uint64 node_id, double volume);
// Called when output mute state changed.
virtual void OnOutputMuteChanged();

Powered by Google App Engine
This is Rietveld 408576698