Index: components/bubble/bubble_controller.cc |
diff --git a/components/bubble/bubble_controller.cc b/components/bubble/bubble_controller.cc |
index 877b3f8dfcf047b69aae4a53d3d4081cc0c5a8d6..e32cd21716428aa0845c41c6a865a6c4ff0b1849 100644 |
--- a/components/bubble/bubble_controller.cc |
+++ b/components/bubble/bubble_controller.cc |
@@ -28,7 +28,7 @@ void BubbleController::Show() { |
DCHECK(!bubble_ui_); |
bubble_ui_ = delegate_->BuildBubbleUI(); |
DCHECK(bubble_ui_); |
- bubble_ui_->Show(); |
+ bubble_ui_->Show(AsWeakPtr()); |
// TODO(hcarmona): log that bubble was shown. |
} |