Chromium Code Reviews| 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 |