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

Unified Diff: chrome/browser/ui/views/toolbar/browser_actions_container.cc

Issue 1877143002: Convert ToolbarActionsBarBubbleViews to BubbleDialogDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 8 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/toolbar/browser_actions_container.cc
diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.cc b/chrome/browser/ui/views/toolbar/browser_actions_container.cc
index c919144e983ef02084ed97a562489b19e2a8a3b1..58366175389a52d7b13e1be44f478bf49cfc283f 100644
--- a/chrome/browser/ui/views/toolbar/browser_actions_container.cc
+++ b/chrome/browser/ui/views/toolbar/browser_actions_container.cc
@@ -339,7 +339,7 @@ void BrowserActionsContainer::ShowToolbarActionBubble(
} else {
ToolbarActionsBarBubbleViews* bubble =
new ToolbarActionsBarBubbleViews(anchor_view, std::move(controller));
- views::BubbleDelegateView::CreateBubble(bubble);
+ views::BubbleDialogDelegateView::CreateBubble(bubble);
active_bubble_ = bubble;
active_bubble_->GetWidget()->AddObserver(this);
bubble->Show();

Powered by Google App Engine
This is Rietveld 408576698