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

Unified Diff: services/nacl/pnacl_compile.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/js/test/pingpong_service.mojom ('k') | services/nacl/pnacl_link.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/nacl/pnacl_compile.mojom
diff --git a/services/nacl/pnacl_compile.mojom b/services/nacl/pnacl_compile.mojom
index 99d27042069bc77c254291924c1954f42c9b5b51..9e60e79441add2b154daef558920c2d092090d65 100644
--- a/services/nacl/pnacl_compile.mojom
+++ b/services/nacl/pnacl_compile.mojom
@@ -4,6 +4,7 @@
module mojo.nacl;
+[ServiceName="mojo::nacl::PexeCompilerInit"]
interface PexeCompilerInit {
PexeCompilerStart(handle<message_pipe> message_handle);
};
« no previous file with comments | « services/js/test/pingpong_service.mojom ('k') | services/nacl/pnacl_link.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698