| 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
|
|
|