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..ebfe221c43e0fc111ddd6bc0b0609cac33f7459e 100644 |
--- a/ash/system/tray/tray_background_view.h |
+++ b/ash/system/tray/tray_background_view.h |
@@ -87,7 +87,8 @@ 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 when it's called, so |
+ // any methods are called to |bubble_view| without any checks. |
jennyz
2013/03/06 18:04:04
Can you be clearer about "any methods are called t
Jun Mukai
2013/03/07 00:26:42
removed the sentence of 'any methods...', I don't
|
virtual void HideBubbleWithView(const views::TrayBubbleView* bubble_view) = 0; |
// Called by the bubble wrapper when a click event occurs outside the bubble. |