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

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

Issue 2182643003: Remove shell::Connection* parameter to InterfaceFactory<T>::Create() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/service.cc ('k') | services/user/user_shell_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree_client_unittest.cc
diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
index eb9bea1358e4fcdac2eec9ff4f1fa144d4e2cad9..6f6382f75cafbf8569642d5684b0578492c14114 100644
--- a/services/ui/ws/window_tree_client_unittest.cc
+++ b/services/ui/ws/window_tree_client_unittest.cc
@@ -476,7 +476,7 @@ class WindowTreeClientFactory
private:
// InterfaceFactory<WindowTreeClient>:
- void Create(Connection* connection,
+ void Create(const shell::Identity& remote_identity,
InterfaceRequest<WindowTreeClient> request) override {
client_impl_.reset(new TestWindowTreeClient());
client_impl_->Bind(std::move(request));
« no previous file with comments | « services/ui/service.cc ('k') | services/user/user_shell_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698