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..1a6b6fafc789bf373625653dad8b83a7138021e9 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 it did exist. |
+ bool CloseSystemBubble() const; |
+ |
// Accessors for testing. |
// Returns true if the bubble exists. |
- bool CloseSystemBubbleForTest() const; |
bool CloseNotificationBubbleForTest() const; |
// Overridden from TrayBackgroundView. |