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

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

Issue 413323002: Resubmit: Open the WrenchMenu on mouseover when dragging a browser action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 6 years, 5 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_action_view.cc
diff --git a/chrome/browser/ui/views/toolbar/browser_action_view.cc b/chrome/browser/ui/views/toolbar/browser_action_view.cc
index e1f48c283305108b660088a6549eea0c370611e3..149148aef0d0a9d3d01b2a1d6c1c38028d6df924 100644
--- a/chrome/browser/ui/views/toolbar/browser_action_view.cc
+++ b/chrome/browser/ui/views/toolbar/browser_action_view.cc
@@ -158,6 +158,10 @@ void BrowserActionButton::ViewHierarchyChanged(
MenuButton::ViewHierarchyChanged(details);
}
+void BrowserActionButton::OnDragDone() {
+ delegate_->OnBrowserActionViewDragDone();
+}
+
bool BrowserActionButton::CanHandleAccelerators() const {
// View::CanHandleAccelerators() checks to see if the view is visible before
// allowing it to process accelerators. This is not appropriate for browser

Powered by Google App Engine
This is Rietveld 408576698