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

Unified Diff: components/mus/ws/window_tree_client_unittest.cc

Issue 2072343002: Changes how window manager obtains WindowTree from mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include Created 4 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
« no previous file with comments | « components/mus/ws/window_tree_binding.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_client_unittest.cc
diff --git a/components/mus/ws/window_tree_client_unittest.cc b/components/mus/ws/window_tree_client_unittest.cc
index d8a1e40f0fb0155d62ccd56aa1e5d77783005dfd..5ec93ae235b3028389111f3cf52cdca49a961070 100644
--- a/components/mus/ws/window_tree_client_unittest.cc
+++ b/components/mus/ws/window_tree_client_unittest.cc
@@ -24,7 +24,6 @@ using shell::Connection;
using mojo::InterfaceRequest;
using shell::ShellClient;
using mojo::String;
-using mus::mojom::ErrorCode;
using mus::mojom::WindowDataPtr;
using mus::mojom::WindowTree;
using mus::mojom::WindowTreeClient;
@@ -387,6 +386,12 @@ class TestWindowTreeClient : public mojom::WindowTreeClient,
}
// mojom::WindowManager:
+ void OnConnect(uint16_t client_id) override {}
+ void WmNewDisplayAdded(mojom::DisplayPtr display,
+ mojom::WindowDataPtr root_data,
+ bool drawn) override {
+ NOTIMPLEMENTED();
+ }
void WmSetBounds(uint32_t change_id,
uint32_t window_id,
const gfx::Rect& bounds) override {
« no previous file with comments | « components/mus/ws/window_tree_binding.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698