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

Unified Diff: mandoline/services/core_services/core_services_application_delegate.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 | « device/devices_app/devices_app.cc ('k') | mandoline/services/updater/updater_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/services/core_services/core_services_application_delegate.cc
diff --git a/mandoline/services/core_services/core_services_application_delegate.cc b/mandoline/services/core_services/core_services_application_delegate.cc
index 4d7856ef8b62a742ec5791267009ff61851eb34d..e9aee2b39274683c79a63885af7c17ce57985b5e 100644
--- a/mandoline/services/core_services/core_services_application_delegate.cc
+++ b/mandoline/services/core_services/core_services_application_delegate.cc
@@ -106,7 +106,7 @@ void CoreServicesApplicationDelegate::Initialize(mojo::Shell* shell,
bool CoreServicesApplicationDelegate::AcceptConnection(
mojo::Connection* connection) {
- connection->AddService(this);
+ connection->AddInterface(this);
return true;
}
« no previous file with comments | « device/devices_app/devices_app.cc ('k') | mandoline/services/updater/updater_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698