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

Unified Diff: service.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 | « platform.cc ('k') | service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service.h
diff --git a/service.h b/service.h
index 3b10291b35a04a1a278c961dac24a01d42cf770d..d66f235cd43c318b531ec8a452dc600397973fcb 100644
--- a/service.h
+++ b/service.h
@@ -126,6 +126,10 @@ class Service : public chromeos::dbus::AbstractDbusService,
GError **error);
virtual gboolean AsyncRemoveTrackedSubdirectories(gint *OUT_async_id,
GError **error);
+ virtual gboolean DoAutomaticFreeDiskSpaceControl(gboolean *OUT_result,
+ GError **error);
+ virtual gboolean AsyncDoAutomaticFreeDiskSpaceControl(gint *OUT_async_id,
+ GError **error);
virtual gboolean TpmIsReady(gboolean* OUT_ready, GError** error);
virtual gboolean TpmIsEnabled(gboolean* OUT_enabled, GError** error);
« no previous file with comments | « platform.cc ('k') | service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698