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

Unified Diff: ash/system/tray/system_tray_bubble.h

Issue 10546125: Add WebNotificationTray to the status area (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make WebNotificationTray::Bubble a Widget::Observer; address nits Created 8 years, 6 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/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);

Powered by Google App Engine
This is Rietveld 408576698