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

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

Issue 2696233002: Mojo C++ bindings: remove some usage of AssociatedGroup from user code. (Closed)
Patch Set: . Created 3 years, 10 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_tree_binding.cc ('k') | ui/aura/mus/window_tree_client.cc » ('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 916a8e58eeb91719346f49e236d2a1b9ec5c47b1..dbdbc4bc8872ada670420a9adbdd70b729c95b19 100644
--- a/services/ui/ws/window_tree_client_unittest.cc
+++ b/services/ui/ws/window_tree_client_unittest.cc
@@ -432,8 +432,7 @@ class TestWindowTreeClient : public mojom::WindowTreeClient,
window_manager_binding_ =
base::MakeUnique<mojo::AssociatedBinding<mojom::WindowManager>>(
this, std::move(internal));
- tree_->GetWindowManagerClient(
- MakeRequest(&window_manager_client_, tree_.associated_group()));
+ tree_->GetWindowManagerClient(MakeRequest(&window_manager_client_));
}
// mojom::WindowManager:
« no previous file with comments | « services/ui/ws/window_tree_binding.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698