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

Unified Diff: examples/echo/echo.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 | « examples/bank_app/bank.mojom ('k') | examples/indirect_service/indirect_service_demo.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/echo/echo.mojom
diff --git a/examples/echo/echo.mojom b/examples/echo/echo.mojom
index 64cc35eea01bcd1b01e6b9a65b5b39404f8d3252..7ea0b274b02d149bb5adc033351f7b26983a54cc 100644
--- a/examples/echo/echo.mojom
+++ b/examples/echo/echo.mojom
@@ -5,6 +5,7 @@
[DartPackage="_mojo_for_test_only", JavaPackage="org.chromium.mojo.examples.echo"]
module mojo.examples;
+[ServiceName="mojo::examples::Echo"]
interface Echo {
EchoString(string? value) => (string? value);
};
« no previous file with comments | « examples/bank_app/bank.mojom ('k') | examples/indirect_service/indirect_service_demo.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698