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

Unified Diff: examples/apptest/example_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 | « no previous file | examples/bank_app/bank.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/apptest/example_service.mojom
diff --git a/examples/apptest/example_service.mojom b/examples/apptest/example_service.mojom
index 022a0b1bec37540e4226e1094c4127d3ae777f76..b8cead30a4d32f29dca6fe3b77176d256ecc35e6 100644
--- a/examples/apptest/example_service.mojom
+++ b/examples/apptest/example_service.mojom
@@ -5,6 +5,7 @@
module mojo;
// A simple service used to exemplify application testing within mojo_shell.
+[ServiceName="mojo::ExampleService"]
interface ExampleService {
Ping(uint16 ping_value) => (uint16 pong_value);
};
« no previous file with comments | « no previous file | examples/bank_app/bank.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698