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

Unified Diff: chromeos_cros_api.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 | « no previous file | chromeos_cryptohome.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos_cros_api.h
diff --git a/chromeos_cros_api.h b/chromeos_cros_api.h
index 6b19ec22f1b5c4b6a91830e7d50a9881e8109ede..b3debf71a1fcbb81d05127b9fc1f16048c0e79ff 100644
--- a/chromeos_cros_api.h
+++ b/chromeos_cros_api.h
@@ -190,12 +190,14 @@
// 108: Move types, RequestWifiServicePath, RequestScan, EnableNetworkDevice
// to deprecated. Add RequestHiddenWifiNetwork, RequestNetworkScan,
// RequestNetworkDeviceEnable.
+// 109: Added CryptohomeDoAutomaticFreeDiskSpaceControl and
+// CryptohomeAsyncDoAutomaticFreeDiskSpaceControl
namespace chromeos { // NOLINT
enum CrosAPIVersion {
kCrosAPIMinVersion = 104,
- kCrosAPIVersion = 108
+ kCrosAPIVersion = 109
};
// Default path to pass to LoadCros: "/opt/google/chrome/chromeos/libcros.so"
« no previous file with comments | « no previous file | chromeos_cryptohome.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698