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

Unified Diff: mojo/shell/application_manager_apptest.cc

Issue 1687693002: Rename ConnectToService to ConnectToInterface() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sp2
Patch Set: . Created 4 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
Index: mojo/shell/application_manager_apptest.cc
diff --git a/mojo/shell/application_manager_apptest.cc b/mojo/shell/application_manager_apptest.cc
index a725faececafec8fb6c1dbb7ab89904e32d46995..01af33e6f72ab64e3b7279be0ced26510ccdd5cd 100644
--- a/mojo/shell/application_manager_apptest.cc
+++ b/mojo/shell/application_manager_apptest.cc
@@ -91,7 +91,7 @@ class ApplicationManagerAppTest : public mojo::test::ApplicationTestBase,
void AddListenerAndWaitForApplications() {
mojom::ApplicationManagerPtr application_manager;
- shell()->ConnectToService("mojo:shell", &application_manager);
+ shell()->ConnectToInterface("mojo:shell", &application_manager);
application_manager->AddListener(binding_.CreateInterfacePtrAndBind());
binding_.WaitForIncomingMethodCall();
« no previous file with comments | « mojo/services/test_service/test_time_service_impl.cc ('k') | mojo/shell/application_manager_apptest_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698