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

Unified Diff: chrome/browser/policy/policy_browsertest.cc

Issue 1262723002: 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@master
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: chrome/browser/policy/policy_browsertest.cc
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
index 940b1c683b212d077a66be234bff35e482b7094f..3a8cc7427458610f904affd9120af4dafb0e8af7 100644
--- a/chrome/browser/policy/policy_browsertest.cc
+++ b/chrome/browser/policy/policy_browsertest.cc
@@ -524,7 +524,8 @@ class TestAudioObserver : public chromeos::CrasAudioHandler::AudioObserver {
protected:
// chromeos::CrasAudioHandler::AudioObserver overrides.
- void OnOutputMuteChanged(bool /* mute_on */) override {
+ void OnOutputMuteChanged(bool /* mute_on */,
+ bool /* system_adjust */) override {
++output_mute_changed_count_;
}

Powered by Google App Engine
This is Rietveld 408576698