Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: athena/main/athena_main.cc

Issue 349353002: athena: Show network and battery status in the UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | athena/main/athena_main.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(); }
« no previous file with comments | « no previous file | athena/main/athena_main.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698