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

Unified Diff: rlz/lib/lib_values.cc

Issue 11365107: [cros] RlzValueStore implementation for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert to Chrome-only Created 8 years, 1 month 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 | « rlz/lib/financial_ping.cc ('k') | rlz/lib/rlz_enums.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/lib_values.cc
diff --git a/rlz/lib/lib_values.cc b/rlz/lib/lib_values.cc
index 68b91d84c732e936453576101a00bf3007311678..9b2c8505a860d56deeaa722f4c60dfd979158397 100644
--- a/rlz/lib/lib_values.cc
+++ b/rlz/lib/lib_values.cc
@@ -95,9 +95,9 @@ const char* GetAccessPointName(AccessPoint point) {
case PARTNER_AP_5: return "V5";
case CHROME_MAC_OMNIBOX: return "C5";
case CHROME_MAC_HOME_PAGE: return "C6";
- case UNDEFINED_AP_J: return "RJ";
- case UNDEFINED_AP_K: return "RK";
- case UNDEFINED_AP_L: return "RL";
+ case CHROMEOS_OMNIBOX: return "CA";
+ case CHROMEOS_HOME_PAGE: return "CB";
+ case CHROMEOS_RESERVED: return "CC";
case UNDEFINED_AP_M: return "RM";
case UNDEFINED_AP_N: return "RN";
case UNDEFINED_AP_O: return "RO";
« no previous file with comments | « rlz/lib/financial_ping.cc ('k') | rlz/lib/rlz_enums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698