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

Unified Diff: examples/bank_app/bank.mojom

Issue 1261403003: Initial skeletal implementation of the PrincipalService. Also, use the Login()/GetUserBlessing() (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: code-review comments Created 5 years, 4 months 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/bank_app/bank.cc ('k') | examples/bank_app/customer.cc » ('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/wm_flow/embedded/embeddee.mojom b/examples/bank_app/bank.mojom
similarity index 64%
copy from examples/wm_flow/embedded/embeddee.mojom
copy to examples/bank_app/bank.mojom
index 097efdfe2eb03a546df15b5ed033b4f1ddc1d5cd..04f327097c2a961c6187c56bd75ef490d84b47f1 100644
--- a/examples/wm_flow/embedded/embeddee.mojom
+++ b/examples/bank_app/bank.mojom
@@ -4,6 +4,8 @@
module examples;
-interface Embeddee {
- HelloBack() => ();
+interface Bank {
+ Deposit(int32 dollars);
+ Withdraw(int32 dollars);
+ GetBalance() => (int32 dollars);
};
« no previous file with comments | « examples/bank_app/bank.cc ('k') | examples/bank_app/customer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698