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

Unified Diff: services/dart/test/interfaces/pingpong_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/echo_service.mojom ('k') | services/js/test/echo_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/test/interfaces/pingpong_service.mojom
diff --git a/services/dart/test/interfaces/pingpong_service.mojom b/services/dart/test/interfaces/pingpong_service.mojom
index 931704e1f937f0ec952248555fdd237c190996f4..bd30cf20a6d4213eacae5f47c3262fe8cb3b88ad 100644
--- a/services/dart/test/interfaces/pingpong_service.mojom
+++ b/services/dart/test/interfaces/pingpong_service.mojom
@@ -5,6 +5,7 @@
[DartPackage="_mojo_for_test_only"]
module test;
+[ServiceName="test::PingPongService"]
interface PingPongService {
// Register the client interface with the service.
SetClient(PingPongClient client);
« no previous file with comments | « services/dart/test/interfaces/echo_service.mojom ('k') | services/js/test/echo_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698