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" /> |