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

Unified Diff: ash/common/system/chromeos/audio/tray_audio.cc

Issue 2761313003: Update appearance of Wi-Fi toggle notification. (Closed)
Patch Set: one more rename Created 3 years, 9 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
« no previous file with comments | « no previous file | ash/common/system/chromeos/brightness/tray_brightness.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/audio/tray_audio.cc
diff --git a/ash/common/system/chromeos/audio/tray_audio.cc b/ash/common/system/chromeos/audio/tray_audio.cc
index 11fa71e77d35f4db152fc7d9bfd8972eaf76444e..9d31b2608b67489d58cc7d2e5db5a805dbbf1b86 100644
--- a/ash/common/system/chromeos/audio/tray_audio.cc
+++ b/ash/common/system/chromeos/audio/tray_audio.cc
@@ -108,7 +108,7 @@ void TrayAudio::OnOutputNodeVolumeChanged(uint64_t /* node_id */,
return;
}
pop_up_volume_view_ = true;
- PopupDetailedView(kTrayPopupAutoCloseDelayInSeconds, false);
+ ShowDetailedView(kTrayPopupAutoCloseDelayInSeconds, false);
}
void TrayAudio::OnOutputMuteChanged(bool /* mute_on */, bool system_adjust) {
@@ -120,7 +120,7 @@ void TrayAudio::OnOutputMuteChanged(bool /* mute_on */, bool system_adjust) {
SetDetailedViewCloseDelay(kTrayPopupAutoCloseDelayInSeconds);
} else if (!system_adjust) {
pop_up_volume_view_ = true;
- PopupDetailedView(kTrayPopupAutoCloseDelayInSeconds, false);
+ ShowDetailedView(kTrayPopupAutoCloseDelayInSeconds, false);
}
}
« no previous file with comments | « no previous file | ash/common/system/chromeos/brightness/tray_brightness.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698