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

Unified Diff: etc/Cryptohome.conf

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 | « cryptohome.xml ('k') | interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: etc/Cryptohome.conf
diff --git a/etc/Cryptohome.conf b/etc/Cryptohome.conf
index e687ce079415e14ba75f40b42e67674c5f91aae9..98615b1f3ea535b4bb0ae962810bfb83769e67b8 100644
--- a/etc/Cryptohome.conf
+++ b/etc/Cryptohome.conf
@@ -60,6 +60,12 @@
send_member="AsyncRemoveTrackedSubdirectories"/>
<allow send_destination="org.chromium.Cryptohome"
send_interface="org.chromium.CryptohomeInterface"
+ send_member="DoAutomaticFreeDiskSpaceControl"/>
+ <allow send_destination="org.chromium.Cryptohome"
+ send_interface="org.chromium.CryptohomeInterface"
+ send_member="AsyncDoAutomaticFreeDiskSpaceControl"/>
+ <allow send_destination="org.chromium.Cryptohome"
+ send_interface="org.chromium.CryptohomeInterface"
send_member="TpmIsReady"/>
<allow send_destination="org.chromium.Cryptohome"
send_interface="org.chromium.CryptohomeInterface"
« no previous file with comments | « cryptohome.xml ('k') | interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698