| Index: chrome/browser/external_tab_container.h
|
| ===================================================================
|
| --- chrome/browser/external_tab_container.h (revision 34219)
|
| +++ chrome/browser/external_tab_container.h (working copy)
|
| @@ -117,7 +117,9 @@
|
| };
|
| virtual gfx::NativeWindow GetFrameNativeWindow();
|
|
|
| - virtual bool HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
|
| + virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
|
| + bool* is_keyboard_shortcut);
|
| + virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
|
|
|
| virtual bool TakeFocus(bool reverse);
|
|
|
|
|