Index: components/bubble/bubble_delegate.cc |
diff --git a/components/bubble/bubble_delegate.cc b/components/bubble/bubble_delegate.cc |
index 110d93f281cf506a2cb1aba0c8e20bc269fe0492..9c739060b884ea4d384601cdd47250190698e530 100644 |
--- a/components/bubble/bubble_delegate.cc |
+++ b/components/bubble/bubble_delegate.cc |
@@ -11,3 +11,7 @@ BubbleDelegate::~BubbleDelegate() {} |
bool BubbleDelegate::ShouldClose(BubbleCloseReason reason) { |
return true; |
} |
+ |
+bool BubbleDelegate::UpdateBubbleUi(BubbleUi* bubble_ui) { |
+ return false; |
+} |