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

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: Add UI thread checks to controller Created 5 years, 3 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
« no previous file with comments | « components/bubble/bubble_delegate.h ('k') | components/bubble/bubble_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+}
« no previous file with comments | « components/bubble/bubble_delegate.h ('k') | components/bubble/bubble_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698