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

Unified Diff: mojo/services/window_manager/interfaces/window_manager_internal.mojom

Issue 1454113003: Require an explicit ServiceName annotation for interfaces in C++. (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
Index: mojo/services/window_manager/interfaces/window_manager_internal.mojom
diff --git a/mojo/services/window_manager/interfaces/window_manager_internal.mojom b/mojo/services/window_manager/interfaces/window_manager_internal.mojom
index b0187355029adf3217d41d148d10b9e9a153d7ba..ac3254c86cdbd867a82f30e17aa9c84b26019409 100644
--- a/mojo/services/window_manager/interfaces/window_manager_internal.mojom
+++ b/mojo/services/window_manager/interfaces/window_manager_internal.mojom
@@ -10,6 +10,7 @@ import "input_events/interfaces/input_events.mojom";
// WindowManagerInternal is an interface provided by the WindowManager
// exclusively to the ViewManager.
+[ServiceName="mojo::WindowManagerInternal"]
interface WindowManagerInternal {
// Creates a connection to the WindowManager specifically for a connection to
// the ViewManager. |connection_id| is the id of the connection to the
@@ -24,6 +25,7 @@ interface WindowManagerInternal {
// WindowManagerInternalClient is an interface provide by the ViewManager
// exclusively to the WindowManager. It provides functionality only available
// to the WindowManager.
+[ServiceName="mojo::WindowManagerInternalClient"]
interface WindowManagerInternalClient {
// Dispatches the specified input event to the specified view.
DispatchInputEventToView(uint32 view_id, mojo.Event event);
« no previous file with comments | « mojo/services/window_manager/interfaces/window_manager.mojom ('k') | services/dart/test/interfaces/echo_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698