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

Unified Diff: ui/base/models/menu_model.cc

Issue 6893046: added CTRL+Click and SHIFT+Click handler for context menu, Back and Forward. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: make this patch applicable to the latest trunk Created 9 years, 6 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 | « ui/base/models/menu_model.h ('k') | ui/base/models/simple_menu_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/models/menu_model.cc
diff --git a/ui/base/models/menu_model.cc b/ui/base/models/menu_model.cc
index 1d90c36358c7a74dc103277e9ccce7737e66f7ff..30b0dbc1866804ed93f36b943df941cdc187b436 100644
--- a/ui/base/models/menu_model.cc
+++ b/ui/base/models/menu_model.cc
@@ -39,8 +39,8 @@ const gfx::Font* MenuModel::GetLabelFontAt(int index) const {
return NULL;
}
-// Default implementation ignores the disposition.
-void MenuModel::ActivatedAtWithDisposition(int index, int disposition) {
+// Default implementation ignores the flags
+void MenuModel::ActivatedAtWithFlags(int index, int flags) {
ActivatedAt(index);
}
« no previous file with comments | « ui/base/models/menu_model.h ('k') | ui/base/models/simple_menu_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698