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

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

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
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
Index: mojo/public/interfaces/application/shell.mojom
diff --git a/mojo/public/interfaces/application/shell.mojom b/mojo/public/interfaces/application/shell.mojom
index dc210c74461f6781eacf1e2375ca7721aa68fe6b..a90d632bf063345afbcb28b5d2e4df2100923f0c 100644
--- a/mojo/public/interfaces/application/shell.mojom
+++ b/mojo/public/interfaces/application/shell.mojom
@@ -13,10 +13,7 @@ import "mojo/public/interfaces/application/service_provider.mojom";
interface Shell {
// See |ApplicationConnector.ConnectToApplication()|.
// TODO(vtl): Maybe this should be deprecated/removed.
- ConnectToApplication(string application_url,
- ServiceProvider&? services,
- ServiceProvider? exposed_services);
+ ConnectToApplication(string application_url, ServiceProvider&? services, ServiceProvider? exposed_services);
- CreateApplicationConnector(
- ApplicationConnector& application_connector_request);
+ CreateApplicationConnector(ApplicationConnector& application_connector_request);
};

Powered by Google App Engine
This is Rietveld 408576698