| Index: chrome/browser/chromeos/login/webui_login_view.h
|
| diff --git a/chrome/browser/chromeos/login/webui_login_view.h b/chrome/browser/chromeos/login/webui_login_view.h
|
| index 2c5b13b004ef7051fdbb43153d2bce3b12eac84a..72b7b64fc7a6a15985a8af041a1a8cd913cdbaed 100644
|
| --- a/chrome/browser/chromeos/login/webui_login_view.h
|
| +++ b/chrome/browser/chromeos/login/webui_login_view.h
|
| @@ -110,8 +110,10 @@ class WebUILoginView : public views::View,
|
|
|
| // Overridden from TabContentsDelegate.
|
| virtual bool HandleContextMenu(const ContextMenuParams& params) OVERRIDE;
|
| + virtual void HandleKeyboardEvent(
|
| + const NativeWebKeyboardEvent& event) OVERRIDE;
|
| + virtual bool IsPopupOrPanel(const TabContents* source) const OVERRIDE;
|
| virtual bool TakeFocus(bool reverse) OVERRIDE;
|
| - virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
|
|
|
| // Window that contains status area.
|
| // TODO(nkostylev): Temporary solution till we have
|
|
|