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

Unified Diff: mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc

Issue 289063015: Mojo: Remove SetClient from generated interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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
Index: mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc
diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc
index 76a6b52f9f190419c6438144f3372b0afd399cc5..b03469cc6df163d41a980ce8c0755a986354ce98 100644
--- a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc
+++ b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc
@@ -343,7 +343,7 @@ ViewManagerSynchronizer::ViewManagerSynchronizer(ViewManager* view_manager)
init_loop_(NULL) {
ConnectTo(ViewManagerPrivate(view_manager_).shell(), "mojo:mojo_view_manager",
&service_);
- service_->SetClient(this);
+ service_.set_client(this);
// Start a runloop. This loop is quit when the server tells us about the
// connection (OnConnectionEstablished()).
« no previous file with comments | « mojo/service_manager/service_manager_unittest.cc ('k') | mojo/services/view_manager/view_manager_connection_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698