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

Unified Diff: src/platform/cryptohome/cryptohome.xml

Issue 2051003: Initial patch from Will. (Closed) Base URL: ssh://git@chromiumos-git/chromiumos
Patch Set: Address style nits. Created 10 years, 7 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
Index: src/platform/cryptohome/cryptohome.xml
diff --git a/src/platform/cryptohome/cryptohome.xml b/src/platform/cryptohome/cryptohome.xml
index 493771cb2480fd77bb0b3c29cc8053af709d180c..ecf59cdeb320c792bf51a5a5fb619a7287048603 100644
--- a/src/platform/cryptohome/cryptohome.xml
+++ b/src/platform/cryptohome/cryptohome.xml
@@ -15,6 +15,19 @@
<arg type="s" name="key" direction="in" />
<arg type="b" name="success" direction="out" />
</method>
+ <method name="MigrateKey">
+ <arg type="s" name="username" direction="in" />
+ <arg type="s" name="from_key" direction="in" />
+ <arg type="s" name="to_key" direction="in" />
+ <arg type="b" name="success" direction="out" />
+ </method>
+ <method name="Remove">
+ <arg type="s" name="username" direction="in" />
+ <arg type="b" name="success" direction="out" />
+ </method>
+ <method name="GetSystemSalt">
+ <arg type="ay" name="salt" direction="out" />
+ </method>
<method name="Mount">
<!-- long term, this should just be the hash -->
<arg type="s" name="username" direction="in" />

Powered by Google App Engine
This is Rietveld 408576698