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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.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: chrome/browser/ui/ash/system_tray_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
index 31d1ca4ab3ca93769e6896a06a1658a7628505aa..cefebb29ef52e423c7604d9be3466cc26c788365 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -215,7 +215,7 @@ class SystemTrayDelegateChromeOS
ui::ime::InputMethodMenuManager* manager) override;
// Overridden from CrasAudioHandler::AudioObserver.
- void OnOutputVolumeChanged() override;
+ void OnOutputNodeVolumeChanged(uint64 node_id, double volume) override;
void OnOutputMuteChanged() override;
void OnInputGainChanged() override;
void OnInputMuteChanged() override;

Powered by Google App Engine
This is Rietveld 408576698