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

Unified Diff: mojo/shell/capability_filter_test.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_package_apptest.cc ('k') | mojo/shell/public/cpp/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/capability_filter_test.cc
diff --git a/mojo/shell/capability_filter_test.cc b/mojo/shell/capability_filter_test.cc
index c97ca70f2c5c100dc80bd1c3c26d264274f41203..fcd6a9789151c3ac88737bd71307ef51c8df0795 100644
--- a/mojo/shell/capability_filter_test.cc
+++ b/mojo/shell/capability_filter_test.cc
@@ -120,7 +120,7 @@ class ServiceApplication : public ShellClient,
shell_ = shell;
// ServiceApplications have no capability filter and can thus connect
// directly to the validator application.
- shell_->ConnectToService("test:validator", &validator_);
+ shell_->ConnectToInterface("test:validator", &validator_);
}
bool AcceptConnection(Connection* connection) override {
AddInterface<Safe>(connection);
« no previous file with comments | « mojo/shell/application_package_apptest.cc ('k') | mojo/shell/public/cpp/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698