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

Unified Diff: examples/bank_app/bank.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 | « examples/apptest/example_service.mojom ('k') | examples/echo/echo.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/bank_app/bank.mojom
diff --git a/examples/bank_app/bank.mojom b/examples/bank_app/bank.mojom
index 04f327097c2a961c6187c56bd75ef490d84b47f1..adf6d45a949d3bfdadcaf59270053113fc970882 100644
--- a/examples/bank_app/bank.mojom
+++ b/examples/bank_app/bank.mojom
@@ -4,6 +4,7 @@
module examples;
+[ServiceName="examples::Bank"]
interface Bank {
Deposit(int32 dollars);
Withdraw(int32 dollars);
« no previous file with comments | « examples/apptest/example_service.mojom ('k') | examples/echo/echo.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698