| Index: ash/keyboard_controller_proxy_stub.cc
|
| diff --git a/ash/shell/keyboard_controller_proxy_stub.cc b/ash/keyboard_controller_proxy_stub.cc
|
| similarity index 78%
|
| rename from ash/shell/keyboard_controller_proxy_stub.cc
|
| rename to ash/keyboard_controller_proxy_stub.cc
|
| index 700c834365f02671dff6509ae3871363f809e74c..6db733c576012de46e3c3d71d257a290216eeada 100644
|
| --- a/ash/shell/keyboard_controller_proxy_stub.cc
|
| +++ b/ash/keyboard_controller_proxy_stub.cc
|
| @@ -2,11 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/shell/keyboard_controller_proxy_stub.h"
|
| +#include "ash/keyboard_controller_proxy_stub.h"
|
|
|
| #include "ash/shell.h"
|
| #include "ash/shell_delegate.h"
|
| -#include "ui/aura/window.h"
|
| #include "ui/views/corewm/input_method_event_filter.h"
|
|
|
| using namespace content;
|
| @@ -19,12 +18,6 @@ KeyboardControllerProxyStub::KeyboardControllerProxyStub() {
|
| KeyboardControllerProxyStub::~KeyboardControllerProxyStub() {
|
| }
|
|
|
| -aura::Window* KeyboardControllerProxyStub::GetKeyboardWindow() {
|
| - aura::Window* window = new aura::Window(&delegate_);
|
| - window->Init(ui::LAYER_NOT_DRAWN);
|
| - return window;
|
| -}
|
| -
|
| BrowserContext* KeyboardControllerProxyStub::GetBrowserContext() {
|
| return Shell::GetInstance()->delegate()->GetCurrentBrowserContext();
|
| }
|
|
|