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

Unified Diff: ash/mus/test/wm_test_helper.cc

Issue 2549903002: mash: Reverse the responsibilities of the NewWindowClient. (Closed)
Patch Set: jamescook comments Created 4 years 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 | « ash/mus/manifest.json ('k') | ash/public/interfaces/new_window.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/wm_test_helper.cc
diff --git a/ash/mus/test/wm_test_helper.cc b/ash/mus/test/wm_test_helper.cc
index 338a20a07625f76e620b6c5d3dd303fc829c72f4..be6a08f7a9590ffe60133bfe2d1b59dd4dd1d266 100644
--- a/ash/mus/test/wm_test_helper.cc
+++ b/ash/mus/test/wm_test_helper.cc
@@ -6,7 +6,6 @@
#include "ash/common/material_design/material_design_controller.h"
#include "ash/common/test/material_design_controller_test_api.h"
-#include "ash/common/test/test_new_window_client.h"
#include "ash/common/test/test_system_tray_delegate.h"
#include "ash/common/test/wm_shell_test_api.h"
#include "ash/common/wm_shell.h"
@@ -116,7 +115,6 @@ void WmTestHelper::Init() {
// create the various test delegates.
WmShellTestApi().SetSystemTrayDelegate(
base::MakeUnique<test::TestSystemTrayDelegate>());
- WmShellTestApi().SetNewWindowClient(base::MakeUnique<TestNewWindowClient>());
aura::WindowTreeClient* window_tree_client =
window_manager_app_->window_manager()->window_tree_client();
« no previous file with comments | « ash/mus/manifest.json ('k') | ash/public/interfaces/new_window.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698