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

Unified Diff: mojo/application/public/cpp/lib/service_registry.cc

Issue 1195003002: Mandoline: Introduce ApplicationConnection::CloseConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/application/public/cpp/lib/service_registry.cc
diff --git a/mojo/application/public/cpp/lib/service_registry.cc b/mojo/application/public/cpp/lib/service_registry.cc
index 844ec3aacee50fba2bfdac91db6c1f339e7e32f9..4a3b9c1dd790145098d7c114c8eb699bc71e4ec3 100644
--- a/mojo/application/public/cpp/lib/service_registry.cc
+++ b/mojo/application/public/cpp/lib/service_registry.cc
@@ -33,6 +33,10 @@ ServiceRegistry::ServiceRegistry()
ServiceRegistry::~ServiceRegistry() {
}
+void ServiceRegistry::CloseConnection() {
+ application_impl_->CloseConnection(this);
+}
+
void ServiceRegistry::SetServiceConnector(ServiceConnector* connector) {
service_connector_registry_.set_service_connector(connector);
}

Powered by Google App Engine
This is Rietveld 408576698