| Index: chrome/browser/chromeos/login/registration_screen.cc
|
| diff --git a/chrome/browser/chromeos/login/registration_screen.cc b/chrome/browser/chromeos/login/registration_screen.cc
|
| index 1229ef5d0a435f9f3871afcaab2e969a84e6906b..9a0b55b7a98428893404ff5f2105a5df7fc56625 100644
|
| --- a/chrome/browser/chromeos/login/registration_screen.cc
|
| +++ b/chrome/browser/chromeos/login/registration_screen.cc
|
| @@ -10,7 +10,6 @@
|
| #include "chrome/browser/chromeos/input_method/input_method_manager.h"
|
| #include "chrome/browser/chromeos/input_method/input_method_util.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| -#include "chrome/browser/ui/views/handle_web_keyboard_event.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/browser/child_process_security_policy.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| @@ -131,7 +130,8 @@ WebContents* RegistrationScreen::OpenURLFromTab(WebContents* source,
|
|
|
| void RegistrationScreen::HandleKeyboardEvent(
|
| const NativeWebKeyboardEvent& event) {
|
| - HandleWebKeyboardEvent(view()->GetWidget(), event);
|
| + unhandled_keyboard_handler_.HandleKeyboardEvent(event,
|
| + view()->GetFocusManager());
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|