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

Unified Diff: athena/main/athena_main.cc

Issue 483363003: [Athena] Add status icons and system time to the desktop background (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: athena/main/athena_main.cc
diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc
index 8ce723694d27aa1abb8f531b6dbbf1493f8b814c..b2b3414f73e8af17daca047d9bca7d2e9ccb7c03 100644
--- a/athena/main/athena_main.cc
+++ b/athena/main/athena_main.cc
@@ -8,7 +8,6 @@
#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/screen/public/screen_manager.h"
@@ -112,7 +111,6 @@ class AthenaBrowserMainDelegate : public extensions::ShellBrowserMainDelegate {
keyboard_observer_.reset(new VirtualKeyboardObserver());
CreateTestPages(context);
- CreateDebugWindow();
}
virtual void Shutdown() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698