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

Unified Diff: chromeos_cryptohome.h

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_cros_api.h ('k') | chromeos_cryptohome.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos_cryptohome.h
diff --git a/chromeos_cryptohome.h b/chromeos_cryptohome.h
index b5c1c368632ee41c80f181ad96fa7533450cb2ea..613cc2fbc322300cc399287773e3577c830b6985 100644
--- a/chromeos_cryptohome.h
+++ b/chromeos_cryptohome.h
@@ -80,6 +80,8 @@ extern int (*CryptohomeAsyncMountGuest)();
extern bool (*CryptohomeUnmount)();
extern bool (*CryptohomeRemoveTrackedSubdirectories)();
extern int (*CryptohomeAsyncRemoveTrackedSubdirectories)();
+extern bool (*CryptohomeDoAutomaticFreeDiskSpaceControl)();
+extern int (*CryptohomeAsyncDoAutomaticFreeDiskSpaceControl)();
extern bool (*CryptohomeTpmIsReady)();
extern bool (*CryptohomeTpmIsEnabled)();
extern bool (*CryptohomeTpmIsOwned)();
« no previous file with comments | « chromeos_cros_api.h ('k') | chromeos_cryptohome.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698