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

Unified Diff: examples/surfaces_app/child_impl.cc

Issue 1150563003: Rename InterfacePtr's WaitForIncomingMethodCall() -> WaitForIncomingResponse(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « examples/apptest/example_apptest.cc ('k') | mojo/icu/icu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/surfaces_app/child_impl.cc
diff --git a/examples/surfaces_app/child_impl.cc b/examples/surfaces_app/child_impl.cc
index 5577fcdf65b26a8014943c066f9dd0e99edafa5b..e4e35f022997a9de05185669e38d8678994d0ab9 100644
--- a/examples/surfaces_app/child_impl.cc
+++ b/examples/surfaces_app/child_impl.cc
@@ -36,7 +36,7 @@ ChildImpl::ChildImpl(ApplicationConnection* surfaces_service_connection,
surfaces_service_connection->ConnectToService(&surface_);
surface_->GetIdNamespace(
base::Bind(&ChildImpl::SetIdNamespace, base::Unretained(this)));
- surface_.WaitForIncomingMethodCall(); // Wait for ID namespace to arrive.
+ surface_.WaitForIncomingResponse(); // Wait for ID namespace to arrive.
DCHECK_NE(0u, id_namespace_);
}
« no previous file with comments | « examples/apptest/example_apptest.cc ('k') | mojo/icu/icu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698