Chromium Code Reviews| 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"> |