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

Unified Diff: mojo/public/interfaces/application/application_connector.mojom

Issue 1450223002: Add an ApplicationConnector.Duplicate(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | shell/application_manager/shell_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/application/application_connector.mojom
diff --git a/mojo/public/interfaces/application/application_connector.mojom b/mojo/public/interfaces/application/application_connector.mojom
index 0d08ee9106b14bebba3e6376ca58c6791e44bfc7..23df7f615e3cccd732d243580b31699c6d01a6b9 100644
--- a/mojo/public/interfaces/application/application_connector.mojom
+++ b/mojo/public/interfaces/application/application_connector.mojom
@@ -34,4 +34,7 @@ interface ApplicationConnector {
ConnectToApplication(string application_url,
ServiceProvider&? services,
ServiceProvider? exposed_services);
+
+ // Creates a duplicate of this |ApplicationConnector|.
+ Duplicate(ApplicationConnector& application_connector_request);
};
« no previous file with comments | « no previous file | shell/application_manager/shell_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698