Index: ash/system/tray/system_tray_bubble.h |
diff --git a/ash/system/tray/system_tray_bubble.h b/ash/system/tray/system_tray_bubble.h |
index bdc138e7b9e060a0945e87de677f2a2fa592e78e..53736013db92a7c2352b450b797b099fa7eb8b6d 100644 |
--- a/ash/system/tray/system_tray_bubble.h |
+++ b/ash/system/tray/system_tray_bubble.h |
@@ -80,6 +80,8 @@ class SystemTrayBubble : public aura::EventFilter, |
void StopAutoCloseTimer(); |
void RestartAutoCloseTimer(); |
void Close(); |
+ void SetVisible(bool is_visible); |
+ bool IsVisible(); |
private: |
void CreateItemViews(user::LoginStatus login_status); |