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

Unified Diff: ash/test/ash_test_base.cc

Issue 227573007: Third part of porting Chrome Ash to Windows 7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lf Created 6 years, 8 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: ash/test/ash_test_base.cc
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
index 21bbbd70c5bcf4ee1e248c73001519a8ac773992..f5920132ca843b5b93b135d344a48a096f7e59c0 100644
--- a/ash/test/ash_test_base.cc
+++ b/ash/test/ash_test_base.cc
@@ -155,9 +155,6 @@ void AshTestBase::SetUp() {
new TestMetroViewerProcessHost(ipc_thread_->message_loop_proxy()));
CHECK(metro_viewer_host_->LaunchViewerAndWaitForConnection(
win8::test::kDefaultTestAppUserModelId));
- aura::RemoteWindowTreeHostWin* window_tree_host =
- aura::RemoteWindowTreeHostWin::Instance();
- CHECK(window_tree_host != NULL);
}
ash::WindowPositioner::SetMaximizeFirstWindow(true);
}

Powered by Google App Engine
This is Rietveld 408576698