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

Unified Diff: chromeos_cros_api.h

Issue 4132006: [cros] Add *Safe methods to the ownership API (Closed) Base URL: http://git.chromium.org/git/cros.git
Patch Set: comment out NOTREACHED Created 10 years, 2 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 | « SConstruct.chromiumos ('k') | chromeos_login.h » ('j') | chromeos_login.cc » ('J')
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 ca53f19fd14cd70aa0d37f8959a68bfe08ea9d02..b0156033e7c910ac34d9c906d1249d647ee33e46 100644
--- a/chromeos_cros_api.h
+++ b/chromeos_cros_api.h
@@ -153,12 +153,13 @@
// 79: Added RequestRestart to power library.
// 80: Added a context parameter to GetSystemLogs
// 81: Added SetTrack and GetTrack to update engine library.
+// 82: Add *Safe calls for the ownership API, which use memory safely.
namespace chromeos { // NOLINT
enum CrosAPIVersion {
kCrosAPIMinVersion = 55,
- kCrosAPIVersion = 81
+ kCrosAPIVersion = 82
};
// Default path to pass to LoadCros: "/opt/google/chrome/chromeos/libcros.so"
« no previous file with comments | « SConstruct.chromiumos ('k') | chromeos_login.h » ('j') | chromeos_login.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698