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

Unified Diff: rlz/lib/rlz_enums.h

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 | « rlz/lib/lib_values.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/rlz_enums.h
diff --git a/rlz/lib/rlz_enums.h b/rlz/lib/rlz_enums.h
index 4fc60fffca8898051a267012fc493b22b3207d05..630db11a1222865afcfc6dd931d19da8f4659a43 100644
--- a/rlz/lib/rlz_enums.h
+++ b/rlz/lib/rlz_enums.h
@@ -55,11 +55,12 @@ enum AccessPoint {
PARTNER_AP_4,
PARTNER_AP_5,
+ CHROME_MAC_OMNIBOX, // Chrome searches through the address bar omnibox (mac).
+ CHROME_MAC_HOME_PAGE,// Chrome searches through Google as home page (mac).
+
// Unclaimed access points - should be used first before creating new APs.
// Please also make sure you re-name the enum before using an unclaimed value;
// this acts as a check to ensure we don't have collisions.
- UNDEFINED_AP_H,
- UNDEFINED_AP_I,
UNDEFINED_AP_J,
UNDEFINED_AP_K,
UNDEFINED_AP_L,
« no previous file with comments | « rlz/lib/lib_values.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698