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

Unified Diff: services/python/mojo_url_redirector/mojo_url_redirector_apptest.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
Index: services/python/mojo_url_redirector/mojo_url_redirector_apptest.cc
diff --git a/services/python/mojo_url_redirector/mojo_url_redirector_apptest.cc b/services/python/mojo_url_redirector/mojo_url_redirector_apptest.cc
index 96af4019d61178091dbd0cc36f0de63cef09c3b2..f7ae0bfa0d89ad48cfce20c0d8a88ef0289ed26c 100644
--- a/services/python/mojo_url_redirector/mojo_url_redirector_apptest.cc
+++ b/services/python/mojo_url_redirector/mojo_url_redirector_apptest.cc
@@ -119,7 +119,7 @@ class MojoUrlRedirectorApplicationTest :
location_files_handler.Pass(),
base::Bind(&MojoUrlRedirectorApplicationTest::OnAddedHandler,
base::Unretained(this)));
- location_files_server_.WaitForIncomingMethodCall();
+ location_files_server_.WaitForIncomingResponse();
// Connect to the redirector and wait until it registers itself as a
// handler with the server on |redirector_port_|.
@@ -196,7 +196,7 @@ void MojoUrlRedirectorApplicationTest::WaitForRedirectorRegistration() {
base::Bind(
&MojoUrlRedirectorApplicationTest::CheckRedirectorRegistered,
base::Unretained(this)));
- ASSERT_TRUE(url_loader.WaitForIncomingMethodCall());
+ ASSERT_TRUE(url_loader.WaitForIncomingResponse());
}
}
« no previous file with comments | « services/nacl/content_handler_main.cc ('k') | services/url_response_disk_cache/url_response_disk_cache_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698