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

Unified Diff: ash/common/system/tray/system_tray_item.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 | « ash/common/system/tray/system_tray_item.h ('k') | ash/common/system/tray_accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray_item.cc
diff --git a/ash/common/system/tray/system_tray_item.cc b/ash/common/system/tray/system_tray_item.cc
index ff1b7ee89b63c49d333ac27ee4b2b27ca24033e1..48dcaa810d68eb76c7fb2467f6a5bf985f4ed44b 100644
--- a/ash/common/system/tray/system_tray_item.cc
+++ b/ash/common/system/tray/system_tray_item.cc
@@ -48,7 +48,7 @@ void SystemTrayItem::UpdateAfterLoginStatusChange(LoginStatus status) {}
void SystemTrayItem::UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) {
}
-void SystemTrayItem::PopupDetailedView(int for_seconds, bool activate) {
+void SystemTrayItem::ShowDetailedView(int for_seconds, bool activate) {
system_tray()->ShowDetailedView(this, for_seconds, activate,
BUBBLE_CREATE_NEW);
}
« no previous file with comments | « ash/common/system/tray/system_tray_item.h ('k') | ash/common/system/tray_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698