| Index: ash/system/tray/tray_background_view.h
|
| diff --git a/ash/system/tray/tray_background_view.h b/ash/system/tray/tray_background_view.h
|
| index 8b13665566eab7d5b5374b583e3daeb0a33c0986..17aa5a9ae40e5c9c89004f3b73421946a08de734 100644
|
| --- a/ash/system/tray/tray_background_view.h
|
| +++ b/ash/system/tray/tray_background_view.h
|
| @@ -87,7 +87,7 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
|
| virtual string16 GetAccessibleNameForTray() = 0;
|
|
|
| // Hides the bubble associated with |bubble_view|. Called when the widget
|
| - // is closed.
|
| + // is closed. |bubble_view| may be already destroyed.
|
| virtual void HideBubbleWithView(const views::TrayBubbleView* bubble_view) = 0;
|
|
|
| // Called by the bubble wrapper when a click event occurs outside the bubble.
|
|
|