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

Unified Diff: cryptohome.xml

Issue 2645008: Update on feedback, update dbus API, add unit tests. TEST=manual,unit,BVT BUG=3628 323 (Closed) Base URL: ssh://git@chromiumos-git/cryptohome.git
Patch Set: Address second round of feedback. Created 10 years, 6 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 | « cryptohome.cc ('k') | cryptohome_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cryptohome.xml
diff --git a/cryptohome.xml b/cryptohome.xml
index ecf59cdeb320c792bf51a5a5fb619a7287048603..35eb3390c979e1fe0061f9bf8f7f6f9af73ed41b 100644
--- a/cryptohome.xml
+++ b/cryptohome.xml
@@ -32,6 +32,11 @@
<!-- long term, this should just be the hash -->
<arg type="s" name="username" direction="in" />
<arg type="s" name="key" direction="in" />
+ <arg type="i" name="error" direction="out" />
+ <arg type="b" name="done" direction="out" />
+ </method>
+ <method name="MountGuest">
+ <arg type="i" name="error" direction="out" />
<arg type="b" name="done" direction="out" />
</method>
<method name="Unmount">
« no previous file with comments | « cryptohome.cc ('k') | cryptohome_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698