Index: chrome/browser/ui/ash/volume_controller_chromeos.cc |
diff --git a/chrome/browser/ui/ash/volume_controller_chromeos.cc b/chrome/browser/ui/ash/volume_controller_chromeos.cc |
index 5079c06bec4d87b3ddcc5a6523c1af35eeb22f55..1dc51a78fc3fef66033a7ece2bcbc8f186d5c065 100644 |
--- a/chrome/browser/ui/ash/volume_controller_chromeos.cc |
+++ b/chrome/browser/ui/ash/volume_controller_chromeos.cc |
@@ -99,7 +99,8 @@ void VolumeController::OnOutputNodeVolumeChanged(uint64_t node_id, int volume) { |
audio_handler->IsOutputMuted()); |
} |
-void VolumeController::OnOutputMuteChanged(bool /* mute_on */) { |
+void VolumeController::OnOutputMuteChanged(bool /* mute_on */, |
+ bool /* system_adjust */) { |
CrasAudioHandler* audio_handler = CrasAudioHandler::Get(); |
extensions::DispatchVolumeChangedEvent( |
audio_handler->GetOutputVolumePercent(), |