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

Unified Diff: mojo/application/public/cpp/application_impl.h

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/application_impl.h
diff --git a/mojo/application/public/cpp/application_impl.h b/mojo/application/public/cpp/application_impl.h
index 7036d33dbc6b72beff66800258d101ca20a093db..8c214ebbd812719d438b47f2137e1486ce604686 100644
--- a/mojo/application/public/cpp/application_impl.h
+++ b/mojo/application/public/cpp/application_impl.h
@@ -83,6 +83,9 @@ class ApplicationImpl : public Application,
// ApplicationImpl is destroyed, whichever occurs first.
ApplicationConnection* ConnectToApplication(mojo::URLRequestPtr request);
+ // Closes the |connection|.
+ void CloseConnection(ApplicationConnection* connection);
+
// Connect to application identified by |request->url| and connect to the
// service implementation of the interface identified by |Interface|.
template <typename Interface>

Powered by Google App Engine
This is Rietveld 408576698