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

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: 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 fd235129d4b4d06a242a0623f18acb4d5cc55d8a..edadaf99154d074cba181e73e99869777ec7ca96 100644
--- a/chrome/browser/ui/views/toolbar/browser_actions_container.cc
+++ b/chrome/browser/ui/views/toolbar/browser_actions_container.cc
@@ -320,7 +320,7 @@ void BrowserActionsContainer::ShowToolbarActionBubble(
}
ToolbarActionsBarBubbleViews* bubble =
new ToolbarActionsBarBubbleViews(anchor_view, std::move(controller));
- views::BubbleDelegateView::CreateBubble(bubble);
+ views::BubbleDialogDelegateView::CreateBubble(bubble);
bubble->Show();
}

Powered by Google App Engine
This is Rietveld 408576698