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

Unified Diff: load.cc

Issue 6602089: Added CryptohomeDoAutomaticFreeDiskSpaceControl() (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cros.git@master
Patch Set: sync 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 | « chromeos_cryptohome.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: load.cc
diff --git a/load.cc b/load.cc
index 739149260110742573d724bf28c1ef13609d5d95..11a15da6ec0507f5d5cad288f9985bdc81c3db2a 100644
--- a/load.cc
+++ b/load.cc
@@ -339,6 +339,8 @@ DECL_FUNC_0(CryptohomeAsyncMountGuest, int);
DECL_FUNC_0(CryptohomeUnmount, bool);
DECL_FUNC_0(CryptohomeRemoveTrackedSubdirectories, bool);
DECL_FUNC_0(CryptohomeAsyncRemoveTrackedSubdirectories, int);
+DECL_FUNC_0(CryptohomeDoAutomaticFreeDiskSpaceControl, bool);
+DECL_FUNC_0(CryptohomeAsyncDoAutomaticFreeDiskSpaceControl, int);
DECL_FUNC_0(CryptohomeTpmIsReady, bool);
DECL_FUNC_0(CryptohomeTpmIsEnabled, bool);
DECL_FUNC_0(CryptohomeTpmIsOwned, bool);
@@ -617,6 +619,8 @@ bool LoadLibcros(const char* path_to_libcros, std::string& error_string) {
INIT_FUNC(CryptohomeUnmount);
INIT_FUNC(CryptohomeRemoveTrackedSubdirectories);
INIT_FUNC(CryptohomeAsyncRemoveTrackedSubdirectories);
+ INIT_FUNC(CryptohomeDoAutomaticFreeDiskSpaceControl);
+ INIT_FUNC(CryptohomeAsyncDoAutomaticFreeDiskSpaceControl);
INIT_FUNC(CryptohomeTpmIsReady);
INIT_FUNC(CryptohomeTpmIsEnabled);
INIT_FUNC(CryptohomeTpmIsOwned);
« no previous file with comments | « chromeos_cryptohome.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698