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

Unified Diff: services/js/test/echo_service.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
« no previous file with comments | « services/dart/test/interfaces/pingpong_service.mojom ('k') | services/js/test/network_test_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/test/echo_service.mojom
diff --git a/services/js/test/echo_service.mojom b/services/js/test/echo_service.mojom
index 1ff942c1d004cdde5f00202eb3360b874225af92..bb610f790921c245e12147a05613fc84196a05e4 100644
--- a/services/js/test/echo_service.mojom
+++ b/services/js/test/echo_service.mojom
@@ -4,6 +4,7 @@
module mojo;
+[ServiceName="mojo::EchoService"]
interface EchoService {
EchoString(string? value) => (string? value);
« no previous file with comments | « services/dart/test/interfaces/pingpong_service.mojom ('k') | services/js/test/network_test_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698