| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 34219)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -443,8 +443,9 @@
|
|
|
| protected:
|
| // RenderWidgetHost protected overrides.
|
| - virtual bool ShouldSendToRenderer(const NativeWebKeyboardEvent& event);
|
| - virtual bool UnhandledKeyboardEvent(const NativeWebKeyboardEvent& event);
|
| + virtual bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
|
| + bool* is_keyboard_shortcut);
|
| + virtual void UnhandledKeyboardEvent(const NativeWebKeyboardEvent& event);
|
| virtual void OnUserGesture();
|
| virtual void NotifyRendererUnresponsive();
|
| virtual void NotifyRendererResponsive();
|
|
|