| Index: cryptohome.xml
|
| diff --git a/cryptohome.xml b/cryptohome.xml
|
| index f05d52ee9589b90c80ca13920050a5d8e69e215e..82d498b5bfb2ebf22fd7187ad6129e8684ab4de5 100644
|
| --- a/cryptohome.xml
|
| +++ b/cryptohome.xml
|
| @@ -76,6 +76,12 @@
|
| <method name="AsyncRemoveTrackedSubdirectories">
|
| <arg type="i" name="async_id" direction="out" />
|
| </method>
|
| + <method name="DoAutomaticFreeDiskSpaceControl">
|
| + <arg type="b" name="done" direction="out" />
|
| + </method>
|
| + <method name="AsyncDoAutomaticFreeDiskSpaceControl">
|
| + <arg type="i" name="async_id" direction="out" />
|
| + </method>
|
| <method name="TpmIsReady">
|
| <arg type="b" name="ready" direction="out" />
|
| </method>
|
|
|