Index: athena/main/athena_main.cc |
diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc |
index 90f0343515e026f1b3fe490ba9ac4055310ba200..99f5fa0ae256098adc0cb3f90e6b386e16ac2ce7 100644 |
--- a/athena/main/athena_main.cc |
+++ b/athena/main/athena_main.cc |
@@ -8,7 +8,6 @@ |
#include "athena/content/public/content_activity_factory.h" |
#include "athena/main/athena_launcher.h" |
#include "athena/main/placeholder.h" |
-#include "athena/main/placeholder_content.h" |
#include "content/public/app/content_main.h" |
#include "ui/aura/window_tree_host.h" |
#include "ui/wm/core/visibility_controller.h" |
@@ -23,7 +22,6 @@ class AthenaBrowserMainDelegate : public apps::ShellBrowserMainDelegate { |
athena::StartAthena( |
apps::ShellDesktopController::instance()->host()->window(), |
new athena::ContentActivityFactory()); |
- CreateTestWindows(); |
CreateTestPages(context); |
} |