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

Unified Diff: mojo/services/ui/views/interfaces/view_associates.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Switch to 80 char line length limit. Created 4 years, 9 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/services/ui/views/interfaces/view_associates.mojom
diff --git a/mojo/services/ui/views/interfaces/view_associates.mojom b/mojo/services/ui/views/interfaces/view_associates.mojom
index 8b1b712d4db5c16e4bbef194937dd2cb588ec137..25e50d633ddc4b2054dfc2b6ae7c97b03e0640ee 100644
--- a/mojo/services/ui/views/interfaces/view_associates.mojom
+++ b/mojo/services/ui/views/interfaces/view_associates.mojom
@@ -6,8 +6,8 @@
module mojo.ui;
import "mojo/public/interfaces/application/service_provider.mojom";
-import "mojo/services/ui/views/interfaces/views.mojom";
import "mojo/services/ui/views/interfaces/view_trees.mojom";
+import "mojo/services/ui/views/interfaces/views.mojom";
// View associates are trusted components that are attached to a view manager
// instance with the purpose of offering additional services to views and
@@ -47,8 +47,9 @@ interface ViewAssociate {
// requested service, it should close the |pipe|.
//
// The |view_token| is the token of the view which requested the service.
- ConnectToViewService(ViewToken view_token, string service_name,
- handle<message_pipe> pipe);
+ ConnectToViewService(ViewToken view_token,
+ string service_name,
+ handle<message_pipe> pipe);
// Asks the associate to provide the view tree service identified by
// |interface_name| through the message |pipe| endpoint supplied by
@@ -58,7 +59,8 @@ interface ViewAssociate {
// The |view_tree_token| is the token of the view tree which requested
// the service.
ConnectToViewTreeService(ViewTreeToken view_tree_token,
- string service_name, handle<message_pipe> pipe);
+ string service_name,
+ handle<message_pipe> pipe);
};
// Provides information about the services offered by an associate.
@@ -74,6 +76,4 @@ struct ViewAssociateInfo {
// Provides a view associate with the ability to inspect and perform operations
// on the contents of views and view trees.
-interface ViewInspector {
-
-};
+interface ViewInspector {};

Powered by Google App Engine
This is Rietveld 408576698