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

Unified Diff: mojo/shell/application_manager_apptest_driver.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
« no previous file with comments | « mojo/shell/application_manager_apptest.cc ('k') | mojo/shell/application_manager_apptest_target.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/application_manager_apptest_driver.cc
diff --git a/mojo/shell/application_manager_apptest_driver.cc b/mojo/shell/application_manager_apptest_driver.cc
index 557fc087eccf6537dd76d648be91657c25743032..6758a2288aa0c861cb527026d8e96287e2a6a1aa 100644
--- a/mojo/shell/application_manager_apptest_driver.cc
+++ b/mojo/shell/application_manager_apptest_driver.cc
@@ -150,7 +150,7 @@ class TargetApplicationDelegate : public mojo::ShellClient,
std::move(test_interfaces));
mojo::shell::mojom::ApplicationManagerPtr application_manager;
- shell_->ConnectToService("mojo:shell", &application_manager);
+ shell_->ConnectToInterface("mojo:shell", &application_manager);
application_manager->CreateInstanceForHandle(
mojo::ScopedHandle(mojo::Handle(pipe.release().value())),
"exe:application_manager_apptest_target", std::move(filter),
« no previous file with comments | « mojo/shell/application_manager_apptest.cc ('k') | mojo/shell/application_manager_apptest_target.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698