Chromium Code Reviews| 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. |