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

Unified Diff: chromeos_cros_api.h

Issue 6772019: [cros] Change Store/RetrievePolicy to use a GArray (Closed) Base URL: http://git.chromium.org/git/cros.git@master
Patch Set: DCHECK and delete Created 9 years, 9 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.cc » ('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 9eb542abf90d4ac1888caed1349eb97fcec055a0..dbf7ff89c0f1d9de4bb065b734ba9efcab99a6e7 100644
--- a/chromeos_cros_api.h
+++ b/chromeos_cros_api.h
@@ -204,12 +204,13 @@
// 119: Added support for passing dict for SetNetworkServiceProperty.
// 120: Added RequestVirtualNetwork to chromeos_network.
// 121: Added MonitorSMS and DisconnectSMSMonitor
+// 122: Change Store/RetrievePolicy to use byte arrays underneath the hood.
namespace chromeos { // NOLINT
enum CrosAPIVersion {
kCrosAPIMinVersion = 104,
- kCrosAPIVersion = 121
+ kCrosAPIVersion = 122
};
// Default path to pass to LoadCros: "/opt/google/chrome/chromeos/libcros.so"
« no previous file with comments | « no previous file | chromeos_login.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698