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

Unified Diff: chrome/browser/ui/views/location_bar/zoom_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_view.h
diff --git a/chrome/browser/ui/views/location_bar/zoom_view.h b/chrome/browser/ui/views/location_bar/zoom_view.h
index d37f4a65ffc689d7d15d8b423c5e3058b4404ec1..3cff4769616b258991070b8496485b73bc381494 100644
--- a/chrome/browser/ui/views/location_bar/zoom_view.h
+++ b/chrome/browser/ui/views/location_bar/zoom_view.h
@@ -31,7 +31,7 @@ class ZoomView : public BubbleIconView {
// BubbleIconView:
void OnExecuting(BubbleIconView::ExecuteSource source) override;
void GetAccessibleState(ui::AXViewState* state) override;
- views::BubbleDelegateView* GetBubble() const override;
+ views::BubbleDialogDelegateView* GetBubble() const override;
gfx::VectorIconId GetVectorIcon() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698