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

Unified Diff: services/python/mojo_url_redirector/mojo_url_redirector_apptest.cc

Issue 2034383003: Removed exposed_services from mojom definitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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/js/echo_apptest.cc ('k') | shell/application_manager/application_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5d72314a54edc80ec9f519b4f7f0e848362443d7..af86794183504c3745caa7562ff17993faa85ced 100644
--- a/services/python/mojo_url_redirector/mojo_url_redirector_apptest.cc
+++ b/services/python/mojo_url_redirector/mojo_url_redirector_apptest.cc
@@ -126,7 +126,7 @@ class MojoUrlRedirectorApplicationTest :
// Connect to the redirector and wait until it registers itself as a
// handler with the server on |redirector_port_|.
shell()->ConnectToApplication("mojo:mojo_url_redirector",
- GetProxy(&url_redirector_sp_), nullptr);
+ GetProxy(&url_redirector_sp_));
mojo::ConnectToService(shell(), "mojo:network_service",
GetProxy(&network_service_));
WaitForRedirectorRegistration();
« no previous file with comments | « services/js/echo_apptest.cc ('k') | shell/application_manager/application_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698