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

Unified Diff: chrome/browser/global_keyboard_shortcuts_mac.h

Issue 10677009: Move command handling and updating off Browser and onto a helper object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: chrome/browser/global_keyboard_shortcuts_mac.h
===================================================================
--- chrome/browser/global_keyboard_shortcuts_mac.h (revision 144460)
+++ chrome/browser/global_keyboard_shortcuts_mac.h (working copy)
@@ -25,8 +25,8 @@
// Check if a given keycode + modifiers (or keychar + modifiers if the
// |key_char| is specified) correspond to a given Chrome command.
-// returns: Command number (as passed to Browser::ExecuteCommand) or -1 if there
-// was no match.
+// returns: Command number (as passed to
+// BrowserCommandController::ExecuteCommand) or -1 if there was no match.
//
// |performKeyEquivalent:| bubbles events up from the window to the views. If
// we let it bubble up to the Omnibox, then the Omnibox handles cmd-left/right
« no previous file with comments | « chrome/browser/extensions/extension_global_error_badge.cc ('k') | chrome/browser/page_cycler/page_cycler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698