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

Unified Diff: ash/system/audio/tray_audio.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: ash/system/audio/tray_audio.h
diff --git a/ash/system/audio/tray_audio.h b/ash/system/audio/tray_audio.h
index d9ddf83fbb17504970ca15b3a87be2d7490db0f0..a53108ec552adfbc1d3d2657f78d2681176318d2 100644
--- a/ash/system/audio/tray_audio.h
+++ b/ash/system/audio/tray_audio.h
@@ -53,7 +53,7 @@ class TrayAudio : public TrayImageItem,
bool ShouldShowShelf() const override;
// Overridden from AudioObserver.
- void OnOutputVolumeChanged() override;
+ void OnOutputNodeVolumeChanged(uint64 node_id, double volume) override;
void OnOutputMuteChanged() override;
void OnAudioNodesChanged() override;
void OnActiveOutputNodeChanged() override;

Powered by Google App Engine
This is Rietveld 408576698