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

Unified Diff: chrome/browser/ui/views/location_bar/bubble_icon_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: unit test 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/bubble_icon_view.h
diff --git a/chrome/browser/ui/views/location_bar/bubble_icon_view.h b/chrome/browser/ui/views/location_bar/bubble_icon_view.h
index c0941f80e4c88072cc6ff6e8e5cbe708990739da..d40a1e4717291328d95b35a9f2c48bd5dc7e5bfe 100644
--- a/chrome/browser/ui/views/location_bar/bubble_icon_view.h
+++ b/chrome/browser/ui/views/location_bar/bubble_icon_view.h
@@ -20,7 +20,7 @@ enum class VectorIconId;
}
namespace views {
-class BubbleDelegateView;
+class BubbleDialogDelegateView;
class InkDropDelegate;
}
@@ -83,7 +83,7 @@ class BubbleIconView : public views::InkDropHostView,
virtual void ExecuteCommand(ExecuteSource source);
// Returns the bubble instance for the icon.
- virtual views::BubbleDelegateView* GetBubble() const = 0;
+ virtual views::BubbleDialogDelegateView* GetBubble() const = 0;
// Gets the given vector icon in the correct color and size based on |active|
// and whether Chrome's in material design mode.

Powered by Google App Engine
This is Rietveld 408576698