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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h

Issue 12093075: Move the panel to the root window where the mouse click occurred. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated comment Created 7 years, 11 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/ash/launcher/chrome_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 970a1f6fce0f4c00f4d76d0af556b67638054868..4e99534db08729c9d7f5e314318ad4d911a47a85 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -250,7 +250,7 @@ class ChromeLauncherController
// ash::LauncherDelegate overrides:
virtual void OnBrowserShortcutClicked(int event_flags) OVERRIDE = 0;
virtual void ItemClicked(const ash::LauncherItem& item,
- int event_flags) OVERRIDE = 0;
+ const ui::Event& event) OVERRIDE = 0;
virtual int GetBrowserShortcutResourceId() OVERRIDE = 0;
virtual string16 GetTitle(const ash::LauncherItem& item) OVERRIDE = 0;
virtual ui::MenuModel* CreateContextMenu(

Powered by Google App Engine
This is Rietveld 408576698