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

Unified Diff: ash/launcher/launcher_button.cc

Issue 9837001: Do not handle the button click event for the mouse release of dragging launcher item. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | ash/launcher/launcher_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_button.cc
diff --git a/ash/launcher/launcher_button.cc b/ash/launcher/launcher_button.cc
index fa14b749fd4f5a92d07c07a1711f35a01f78debc..2bebe0be9d68ca5469a16435545f09bbbe225fc9 100644
--- a/ash/launcher/launcher_button.cc
+++ b/ash/launcher/launcher_button.cc
@@ -156,8 +156,8 @@ bool LauncherButton::OnMousePressed(const views::MouseEvent& event) {
}
void LauncherButton::OnMouseReleased(const views::MouseEvent& event) {
- host_->MouseReleasedOnButton(this, false);
CustomButton::OnMouseReleased(event);
+ host_->MouseReleasedOnButton(this, false);
}
void LauncherButton::OnMouseCaptureLost() {
« no previous file with comments | « no previous file | ash/launcher/launcher_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698