summaryrefslogtreecommitdiffstats
path: root/ash/system/tray/system_tray.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/tray/system_tray.h')
-rw-r--r--ash/system/tray/system_tray.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
index de30b90..4afbc38 100644
--- a/ash/system/tray/system_tray.h
+++ b/ash/system/tray/system_tray.h
@@ -167,6 +167,9 @@ class ASH_EXPORT SystemTray : public internal::TrayBackgroundView {
// Resets |bubble_| and clears any related state.
void DestroyBubble();
+ // Resets |notification_bubble_| and clears any related state.
+ void DestroyNotificationBubble();
+
// Called when the widget associated with |bubble| closes. |bubble| should
// always == |bubble_|. This triggers destroying |bubble_| and hiding the
// launcher if necessary.