Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: components/bubble/bubble_delegate.cc

Issue 1310483003: Add ability for a BubbleReference to update the BubbleUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bm-reference-own-file.gitbr
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/bubble/bubble_delegate.cc
diff --git a/components/bubble/bubble_delegate.cc b/components/bubble/bubble_delegate.cc
index 110d93f281cf506a2cb1aba0c8e20bc269fe0492..7bcc47df2fc0df93b5aaba545ee77d22d5440ffd 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;
+}

Powered by Google App Engine
This is Rietveld 408576698