diff options
Diffstat (limited to 'ash/system/tray/system_tray_item.h')
-rw-r--r-- | ash/system/tray/system_tray_item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/tray/system_tray_item.h b/ash/system/tray/system_tray_item.h index e1c2b44..23c6ff3 100644 --- a/ash/system/tray/system_tray_item.h +++ b/ash/system/tray/system_tray_item.h @@ -45,7 +45,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); + void PopupDetailedView(int for_seconds, bool activate); private: |