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

Unified Diff: cryptohome.xml

Issue 6598074: DoAutomaticFreeDiskSpaceControl() introduced (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cryptohome.git@master
Patch Set: Created 9 years, 10 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 | « no previous file | etc/Cryptohome.conf » ('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 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>
« no previous file with comments | « no previous file | etc/Cryptohome.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698