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

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

Issue 1427873002: Rename ManagedFullScreenBubbleDelegateView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moregreyness
Patch Set: update Created 5 years, 2 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.cc
diff --git a/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc b/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
index 9308b6dc24fc9b7f18f8bccc2e623e6401425a37..ba46d22d13630818d0b79315f18a76ea6d2b2cec 100644
--- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
+++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
@@ -110,7 +110,7 @@ ZoomBubbleView::ZoomBubbleView(
content::WebContents* web_contents,
bool auto_close,
ImmersiveModeController* immersive_mode_controller)
- : ManagedFullScreenBubbleDelegateView(anchor_view, web_contents),
+ : LocationBarBubbleDelegateView(anchor_view, web_contents),
image_button_(NULL),
label_(NULL),
web_contents_(web_contents),
@@ -212,7 +212,7 @@ void ZoomBubbleView::Close() {
// this. Additionally web_contents_ may have been destroyed.
zoom_bubble_ = NULL;
web_contents_ = NULL;
- ManagedFullScreenBubbleDelegateView::Close();
+ LocationBarBubbleDelegateView::Close();
}
void ZoomBubbleView::ButtonPressed(views::Button* sender,

Powered by Google App Engine
This is Rietveld 408576698