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

Unified Diff: mojo/public/interfaces/application/application.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/application.mojom
diff --git a/mojo/public/interfaces/application/application.mojom b/mojo/public/interfaces/application/application.mojom
index 7f1ebe51474da518dbe5a8749f3283dcfd1e563d..c9e05c6bb75de8c560005dbc4dbcf4a2fe9fb337 100644
--- a/mojo/public/interfaces/application/application.mojom
+++ b/mojo/public/interfaces/application/application.mojom
@@ -50,10 +50,7 @@ interface Application {
// resolved_url is the URL that was requested to create this connection, after
// all mappings, resolutions, and redirects. This will include any querystring
// that was part of the request.
- AcceptConnection(string requestor_url,
- ServiceProvider&? services,
- ServiceProvider? exposed_services,
- string resolved_url);
+ AcceptConnection(string requestor_url, ServiceProvider&? services, ServiceProvider? exposed_services, string resolved_url);
jamesr 2016/02/29 23:40:49 yikes, this is really long. does the formatter kno
vtl 2016/02/29 23:41:59 This seems to be a regression. We should enforce a
// Called to request the application shut itself down gracefully.
RequestQuit();

Powered by Google App Engine
This is Rietveld 408576698