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

Unified Diff: rlz/lib/lib_values.cc

Issue 220193005: Add RLZ Access points for the app launcher. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 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 | « chrome/installer/setup/uninstall.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 8874a292639f20f82f229c80a3ba4d59ff98d1e0..8047a9ab53abd1e44fe5a07734fde19f2a7d81af 100644
--- a/rlz/lib/lib_values.cc
+++ b/rlz/lib/lib_values.cc
@@ -97,11 +97,11 @@ const char* GetAccessPointName(AccessPoint point) {
case CHROME_MAC_HOME_PAGE: return "C6";
case CHROMEOS_OMNIBOX: return "CA";
case CHROMEOS_HOME_PAGE: return "CB";
- case CHROMEOS_RESERVED: return "CC";
+ case CHROMEOS_APP_LIST: return "CC";
case CHROME_IOS_OMNIBOX: return "RM";
case CHROME_IOS_HOME_PAGE: return "RN";
- case UNDEFINED_AP_O: return "RO";
- case UNDEFINED_AP_P: return "RP";
+ case CHROME_APP_LIST: return "C7";
+ case CHROME_MAC_APP_LIST: return "C8";
case UNDEFINED_AP_Q: return "RQ";
case UNDEFINED_AP_R: return "RR";
case UNDEFINED_AP_S: return "RS";
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | rlz/lib/rlz_enums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698