| 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
|
|
|