| Index: athena/main/athena_main.cc
|
| diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc
|
| index 6968187f67b80831ac9f94707c76b81a235dce7a..fea0fed02f4f611173b6af7bdb939ff5e4080679 100644
|
| --- a/athena/main/athena_main.cc
|
| +++ b/athena/main/athena_main.cc
|
| @@ -12,6 +12,7 @@
|
| #include "athena/home/public/home_card.h"
|
| #include "athena/main/athena_app_window_controller.h"
|
| #include "athena/main/athena_launcher.h"
|
| +#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"
|
| @@ -61,6 +62,7 @@ class AthenaBrowserMainDelegate : public apps::ShellBrowserMainDelegate {
|
| athena::VirtualKeyboardManager::Create(context);
|
|
|
| CreateTestPages(context);
|
| + CreateDebugWindow();
|
| }
|
|
|
| virtual void Shutdown() OVERRIDE { athena::ShutdownAthena(); }
|
|
|