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

Unified Diff: mojo/shell/public/cpp/lib/connection_impl.cc

Issue 1681813002: Rename Connection::AddService/ConnectToService to Connection::AddInterface/GetInterface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface_binder
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/public/cpp/lib/connection_impl.h ('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/public/cpp/lib/connection_impl.cc
diff --git a/mojo/shell/public/cpp/lib/connection_impl.cc b/mojo/shell/public/cpp/lib/connection_impl.cc
index 935afe111bb1fb6e03d10e06d38f6444908cfb2d..1a20d5026561e6064c7273ad2513e1e4eeadcd33 100644
--- a/mojo/shell/public/cpp/lib/connection_impl.cc
+++ b/mojo/shell/public/cpp/lib/connection_impl.cc
@@ -94,11 +94,11 @@ const std::string& ConnectionImpl::GetRemoteApplicationURL() {
return remote_url_;
}
-ServiceProvider* ConnectionImpl::GetServiceProvider() {
+ServiceProvider* ConnectionImpl::GetRemoteInterfaces() {
return remote_service_provider_.get();
}
-ServiceProvider* ConnectionImpl::GetLocalServiceProvider() {
+ServiceProvider* ConnectionImpl::GetLocalInterfaces() {
return this;
}
« no previous file with comments | « mojo/shell/public/cpp/lib/connection_impl.h ('k') | mojo/shell/public/cpp/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698