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

Unified Diff: services/nacl/pnacl_link.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/nacl/pnacl_compile.mojom ('k') | services/native_viewport/native_viewport_support.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/nacl/pnacl_link.mojom
diff --git a/services/nacl/pnacl_link.mojom b/services/nacl/pnacl_link.mojom
index 889f10f3d83f801b81664db38c1e0ba1504a2d0f..b2374302d5066540f119407cf8e2b32e4c9d5050 100644
--- a/services/nacl/pnacl_link.mojom
+++ b/services/nacl/pnacl_link.mojom
@@ -4,6 +4,7 @@
module mojo.nacl;
+[ServiceName="mojo::nacle::PexeLinkerInit"]
interface PexeLinkerInit {
PexeLinkerStart(handle<message_pipe> message_handle);
};
« no previous file with comments | « services/nacl/pnacl_compile.mojom ('k') | services/native_viewport/native_viewport_support.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698