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

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

Issue 15718003: Add SessionStateObserver with ActiveUserChanged() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: close button when switching users, notify observers with ActiveUserChanged() when new user logs in Created 7 years, 7 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.h
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
index 48875fdd670c6e569536d444a41c10ba18f15d70..af7c35c31d6d9d0d48edd84af6f0ddf6d3bf46da 100644
--- a/ash/system/tray/system_tray.h
+++ b/ash/system/tray/system_tray.h
@@ -124,10 +124,12 @@ class ASH_EXPORT SystemTray : public internal::TrayBackgroundView,
// Returns true if the mouse is inside the notification bubble.
bool IsMouseInNotificationBubble() const;
+ // Closes system bubble and returns true if that existed.
Mr4D (OOO till 08-26) 2013/05/31 22:23:39 .. if it did exist.
Nikita (slow) 2013/06/03 09:21:28 Done.
+ bool CloseSystemBubble() const;
+
// Accessors for testing.
// Returns true if the bubble exists.
- bool CloseSystemBubbleForTest() const;
bool CloseNotificationBubbleForTest() const;
// Overridden from TrayBackgroundView.

Powered by Google App Engine
This is Rietveld 408576698