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

Unified Diff: services/ui/ws/window_server_test_impl.cc

Issue 2326913003: Privatize StrongBinding lifetime management (Closed)
Patch Set: rebase Created 4 years, 3 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 | « services/ui/ws/window_server_test_impl.h ('k') | services/ui/ws/window_tree_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server_test_impl.cc
diff --git a/services/ui/ws/window_server_test_impl.cc b/services/ui/ws/window_server_test_impl.cc
index c2493c935b8b763e66026ca4095cf026e32ce2f4..ec44ec3f691fa3f2cf07eaa2454a77d88cafcc52 100644
--- a/services/ui/ws/window_server_test_impl.cc
+++ b/services/ui/ws/window_server_test_impl.cc
@@ -23,10 +23,8 @@ bool WindowHasValidFrame(const ServerWindow* window) {
} // namespace
-WindowServerTestImpl::WindowServerTestImpl(
- WindowServer* window_server,
- mojo::InterfaceRequest<WindowServerTest> request)
- : window_server_(window_server), binding_(this, std::move(request)) {}
+WindowServerTestImpl::WindowServerTestImpl(WindowServer* window_server)
+ : window_server_(window_server) {}
WindowServerTestImpl::~WindowServerTestImpl() {}
« no previous file with comments | « services/ui/ws/window_server_test_impl.h ('k') | services/ui/ws/window_tree_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698