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

Unified Diff: services/ui/ws/window_tree_binding.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_server.cc ('k') | services/ui/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree_binding.cc
diff --git a/services/ui/ws/window_tree_binding.cc b/services/ui/ws/window_tree_binding.cc
index 97c3953da84dc11f6c06d4dce6a082a1eb69189f..e1564acc4c5d80ba1735f6a648a2dc0dc5b774b3 100644
--- a/services/ui/ws/window_tree_binding.cc
+++ b/services/ui/ws/window_tree_binding.cc
@@ -49,8 +49,7 @@ mojom::WindowTreePtr DefaultWindowTreeBinding::CreateInterfacePtrAndBind() {
}
mojom::WindowManager* DefaultWindowTreeBinding::GetWindowManager() {
- client_->GetWindowManager(
- MakeRequest(&window_manager_internal_, client_.associated_group()));
+ client_->GetWindowManager(MakeRequest(&window_manager_internal_));
return window_manager_internal_.get();
}
« no previous file with comments | « services/ui/ws/window_server.cc ('k') | services/ui/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698