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

Unified Diff: ash/common/system/tray/system_tray_item.h

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/chromeos/tray_caps_lock.cc ('k') | ash/common/system/tray/system_tray_item.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.h
diff --git a/ash/common/system/tray/system_tray_item.h b/ash/common/system/tray/system_tray_item.h
index cbf508f7417aae888696252011b353ca0f04dd54..03ac176a097f88d63d65801d69aaab7383d4d3f2 100644
--- a/ash/common/system/tray/system_tray_item.h
+++ b/ash/common/system/tray/system_tray_item.h
@@ -117,7 +117,7 @@ class ASH_EXPORT SystemTrayItem {
// something, e.g. volume, network availability etc. changes). If
// |for_seconds| is non-zero, then the popup is closed after the specified
// time.
- void PopupDetailedView(int for_seconds, bool activate);
+ void ShowDetailedView(int for_seconds, bool activate);
// Continue showing the currently-shown detailed view, if any, for
// |for_seconds| seconds. The caller is responsible for checking that the
« no previous file with comments | « ash/common/system/chromeos/tray_caps_lock.cc ('k') | ash/common/system/tray/system_tray_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698