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

Unified Diff: athena/main/athena_main.cc

Issue 314303004: Use webview in web activity (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added unittests 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
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);
}

Powered by Google App Engine
This is Rietveld 408576698