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

Unified Diff: components/bubble/bubble_ui.h

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_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bubble/bubble_ui.h
diff --git a/components/bubble/bubble_ui.h b/components/bubble/bubble_ui.h
index 96f9f92bad8b4cfd880df8dd6608f2492767ac05..a64066056cf6afe1ef1584a553e2ebdd10085e98 100644
--- a/components/bubble/bubble_ui.h
+++ b/components/bubble/bubble_ui.h
@@ -7,9 +7,9 @@
#include "components/bubble/bubble_reference.h"
-class BubbleUI {
+class BubbleUi {
public:
- virtual ~BubbleUI() {}
+ virtual ~BubbleUi() {}
// Should display the bubble UI. BubbleReference is passed in so that the
// bubble UI can notify the BubbleManager if it needs to close.
« no previous file with comments | « components/bubble/bubble_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698