Index: chrome/browser/views/html_dialog_view.h |
=================================================================== |
--- chrome/browser/views/html_dialog_view.h (revision 35900) |
+++ chrome/browser/views/html_dialog_view.h (working copy) |
@@ -68,6 +68,7 @@ |
// Overridden from TabContentsDelegate: |
virtual void MoveContents(TabContents* source, const gfx::Rect& pos); |
virtual void ToolbarSizeChanged(TabContents* source, bool is_animating); |
+ virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event); |
private: |
// This view is a delegate to the HTML content since it needs to get notified |