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

Unified Diff: extensions/shell/browser/shell_audio_controller_chromeos.h

Issue 1268593002: Fix the UI issue for showing output muted in ash tray after the device wakes up with hdmi output re… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2454
Patch Set: Created 5 years, 5 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: extensions/shell/browser/shell_audio_controller_chromeos.h
diff --git a/extensions/shell/browser/shell_audio_controller_chromeos.h b/extensions/shell/browser/shell_audio_controller_chromeos.h
index 0f47352ad53283be38b36b319b9ff12847d971d6..e93a66d8083d5eeaf1e3768f5923633583ab79b5 100644
--- a/extensions/shell/browser/shell_audio_controller_chromeos.h
+++ b/extensions/shell/browser/shell_audio_controller_chromeos.h
@@ -18,7 +18,7 @@ class ShellAudioController : public chromeos::CrasAudioHandler::AudioObserver {
// chromeos::CrasAudioHandler::Observer implementation:
void OnOutputNodeVolumeChanged(uint64_t node_id, int volume) override;
- void OnOutputMuteChanged(bool mute_on) override;
+ void OnOutputMuteChanged(bool mute_on, bool system_adjust) override;
void OnInputNodeGainChanged(uint64_t node_id, int gain) override;
void OnInputMuteChanged(bool mute_on) override;
void OnAudioNodesChanged() override;
« no previous file with comments | « extensions/browser/api/audio/audio_service_chromeos.cc ('k') | extensions/shell/browser/shell_audio_controller_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698