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

Unified Diff: chrome/browser/ui/ash/cast_config_client_media_router.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 | « no previous file | chrome/browser/ui/ash/chrome_new_window_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/cast_config_client_media_router.cc
diff --git a/chrome/browser/ui/ash/cast_config_client_media_router.cc b/chrome/browser/ui/ash/cast_config_client_media_router.cc
index 26e78476ba69fc77552a6ea3d0bf998139e4dc9f..920f4cd71fc88558ec877bb26322d05b448d7625 100644
--- a/chrome/browser/ui/ash/cast_config_client_media_router.cc
+++ b/chrome/browser/ui/ash/cast_config_client_media_router.cc
@@ -154,7 +154,7 @@ CastConfigClientMediaRouter::CastConfigClientMediaRouter() : binding_(this) {
// Register this object as the client interface implementation.
ash::mojom::CastConfigClientAssociatedPtrInfo ptr_info;
- binding_.Bind(&ptr_info, cast_config_.associated_group());
+ binding_.Bind(&ptr_info);
cast_config_->SetClient(std::move(ptr_info));
}
« no previous file with comments | « no previous file | chrome/browser/ui/ash/chrome_new_window_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698