| Index: athena/main/athena_main.cc
|
| diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc
|
| index fea0fed02f4f611173b6af7bdb939ff5e4080679..90d6b6703c6058916ec085970a2b61a6ccb21d2e 100644
|
| --- a/athena/main/athena_main.cc
|
| +++ b/athena/main/athena_main.cc
|
| @@ -15,7 +15,6 @@
|
| #include "athena/main/debug/debug_window.h"
|
| #include "athena/main/placeholder.h"
|
| #include "athena/main/url_search_provider.h"
|
| -#include "athena/virtual_keyboard/public/virtual_keyboard_bindings.h"
|
| #include "athena/virtual_keyboard/public/virtual_keyboard_manager.h"
|
| #include "base/command_line.h"
|
| #include "base/file_util.h"
|
| @@ -89,7 +88,6 @@ class AthenaRendererMainDelegate : public apps::ShellRendererMainDelegate {
|
| virtual void OnThreadStarted(content::RenderThread* thread) OVERRIDE {}
|
|
|
| virtual void OnViewCreated(content::RenderView* render_view) OVERRIDE {
|
| - athena::VirtualKeyboardBindings::Create(render_view);
|
| }
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AthenaRendererMainDelegate);
|
|
|