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

Unified Diff: services/dart/test/interfaces/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
Index: services/dart/test/interfaces/echo_service.mojom
diff --git a/services/dart/test/interfaces/echo_service.mojom b/services/dart/test/interfaces/echo_service.mojom
index 8e96d948f718727975c01d584fb34fd977f3d57d..1d75fd142421d7c4a4243652773b2a80a312e398 100644
--- a/services/dart/test/interfaces/echo_service.mojom
+++ b/services/dart/test/interfaces/echo_service.mojom
@@ -5,6 +5,7 @@
[DartPackage="_mojo_for_test_only"]
module test;
+[ServiceName="test::EchoService"]
interface EchoService {
EchoString(string? value) => (string? value);
DelayedEchoString(string? value, int32 millis) => (string? value);

Powered by Google App Engine
This is Rietveld 408576698