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

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

Issue 2761313003: Update appearance of Wi-Fi toggle notification. (Closed)
Patch Set: 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
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..61207c05d34f92104119185b62e810f4649f7490 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 PopUpDetailedView(int for_seconds, bool activate);
James Cook 2017/03/21 19:57:31 optional: ShowDetailedViewPopup? ShowDetailedViewI
Evan Stade 2017/03/22 20:33:54 a DetailedView implies a popup I suppose, so ShowD
// Continue showing the currently-shown detailed view, if any, for
// |for_seconds| seconds. The caller is responsible for checking that the

Powered by Google App Engine
This is Rietveld 408576698