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

Unified Diff: interface.h

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 | « etc/Cryptohome.conf ('k') | interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: interface.h
diff --git a/interface.h b/interface.h
index 3219978d8ac98d6388cb39bbfb952e0b6b44b451..65044161aa9249a0e001eab7fd74550db5f3f37c 100644
--- a/interface.h
+++ b/interface.h
@@ -100,6 +100,13 @@ gboolean cryptohome_remove_tracked_subdirectories(Cryptohome *self,
gboolean cryptohome_async_remove_tracked_subdirectories(Cryptohome *self,
gint *OUT_async_id,
GError **error);
+gboolean cryptohome_do_automatic_free_disk_space_control(Cryptohome *self,
+ gboolean *OUT_result,
+ GError **error);
+gboolean cryptohome_async_do_automatic_free_disk_space_control(
+ Cryptohome *self,
+ gint *OUT_async_id,
+ GError **error);
gboolean cryptohome_tpm_is_ready(Cryptohome *self,
gboolean *OUT_ready,
GError **error);
« no previous file with comments | « etc/Cryptohome.conf ('k') | interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698