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

Unified Diff: chrome/browser/ui/views/location_bar/zoom_bubble_view.h

Issue 1759453002: Convert location bar bubble delegates to bubble dialog delegates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ImmersiveFullscreenController Created 4 years, 9 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: chrome/browser/ui/views/location_bar/zoom_bubble_view.h
diff --git a/chrome/browser/ui/views/location_bar/zoom_bubble_view.h b/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
index a40bfccada3084d545a8f2af2ebccdca7d9275a0..c3b49fd088fcd3d83e9c1214b910479319fea9cc 100644
--- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
+++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
@@ -41,7 +41,7 @@ class ZoomBubbleView : public LocationBarBubbleDelegateView,
DisplayReason reason);
// Closes the showing bubble (if one exists).
- static void CloseBubble();
+ static void CloseCurrentBubble();
// Returns the zoom bubble if the zoom bubble is showing. Returns NULL
// otherwise.
@@ -81,7 +81,7 @@ class ZoomBubbleView : public LocationBarBubbleDelegateView,
void OnMouseExited(const ui::MouseEvent& event) override;
void Init() override;
void WindowClosing() override;
- void Close() override;
+ void CloseBubble() override;
// views::ButtonListener:
void ButtonPressed(views::Button* sender, const ui::Event& event) override;

Powered by Google App Engine
This is Rietveld 408576698