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

Unified Diff: chromeos_cros_api.h

Issue 3166035: add more ownership API methods to libcros (Closed) Base URL: http://git.chromium.org/git/cros.git
Patch Set: Forgot to INIT_FUNC some new stuff Created 10 years, 4 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_login.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 4e058529d778bedfdc799cec178c8ca812d6799a..51852cbb3577e2af237013f3833da0bcc4f0d7d1 100644
--- a/chromeos_cros_api.h
+++ b/chromeos_cros_api.h
@@ -133,12 +133,13 @@
// 60: Changed GetSystemLogs to accept a NULL parameter.
// 61: Added chromeos_imageburn.{cc,h} API for burning a recovery image
// 62: Added async API for setting the Owner's public key.
+// 63: Added async APIs for managing user whitelist and system settings.
namespace chromeos { // NOLINT
enum CrosAPIVersion {
kCrosAPIMinVersion = 55,
- kCrosAPIVersion = 61
+ kCrosAPIVersion = 63
};
// Default path to pass to LoadCros: "/opt/google/chrome/chromeos/libcros.so"
« no previous file with comments | « no previous file | chromeos_login.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698