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

Unified Diff: rlz/lib/lib_values.cc

Issue 10698024: rlz: Change omnibox / homepage access points from C1/C2 to C5/C6 on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 8 years, 6 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 | « chrome/browser/rlz/rlz_unittest.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 467e45683468172a9d2f40425fde007c8648be0d..68b91d84c732e936453576101a00bf3007311678 100644
--- a/rlz/lib/lib_values.cc
+++ b/rlz/lib/lib_values.cc
@@ -93,8 +93,8 @@ const char* GetAccessPointName(AccessPoint point) {
case PARTNER_AP_3: return "V3";
case PARTNER_AP_4: return "V4";
case PARTNER_AP_5: return "V5";
- case UNDEFINED_AP_H: return "RH";
- case UNDEFINED_AP_I: return "RI";
+ 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";
« no previous file with comments | « chrome/browser/rlz/rlz_unittest.cc ('k') | rlz/lib/rlz_enums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698