Index: chrome/browser/ui/views/frame/browser_view.h |
=================================================================== |
--- chrome/browser/ui/views/frame/browser_view.h (revision 137859) |
+++ chrome/browser/ui/views/frame/browser_view.h (working copy) |
@@ -294,12 +294,13 @@ |
const content::SSLStatus& ssl, |
bool show_history) OVERRIDE; |
virtual void ShowAppMenu() OVERRIDE; |
- virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event, |
- bool* is_keyboard_shortcut) OVERRIDE; |
- virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) |
- OVERRIDE; |
- virtual void ShowCreateWebAppShortcutsDialog(TabContentsWrapper* tab_contents) |
- OVERRIDE; |
+ virtual bool PreHandleKeyboardEvent( |
+ const content::NativeWebKeyboardEvent& event, |
+ bool* is_keyboard_shortcut) OVERRIDE; |
+ virtual void HandleKeyboardEvent( |
+ const content::NativeWebKeyboardEvent& event) OVERRIDE; |
+ virtual void ShowCreateWebAppShortcutsDialog( |
+ TabContentsWrapper* tab_contents) OVERRIDE; |
virtual void ShowCreateChromeAppShortcutsDialog( |
Profile*, const Extension* app) OVERRIDE; |
virtual void Cut() OVERRIDE; |