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

Unified Diff: rlz/lib/rlz_enums.h

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 | « 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 08d8bbb4a14e4d894bc9b3b67ff9d7fb7676b152..3bfcf647f44ea1c365f6768a19a84fd08bdec5bf 100644
--- a/rlz/lib/rlz_enums.h
+++ b/rlz/lib/rlz_enums.h
@@ -60,16 +60,18 @@ enum AccessPoint {
CHROMEOS_OMNIBOX, // ChromeOS searches through the address bar omnibox.
CHROMEOS_HOME_PAGE, // ChromeOS searches through Google as home page.
- CHROMEOS_RESERVED, // Reserved for ChromeOS.
+ CHROMEOS_APP_LIST, // ChromeOS searches through the app launcher search box.
CHROME_IOS_OMNIBOX, // Chrome searches through the address bar omnibox (iOS).
CHROME_IOS_HOME_PAGE,// Chrome searches through Google as home page (iOS).
+ CHROME_APP_LIST, // Chrome searches through the app launcher search box.
+ CHROME_MAC_APP_LIST, // Chrome searches through the app launcher search box
+ // (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_O,
- UNDEFINED_AP_P,
UNDEFINED_AP_Q,
UNDEFINED_AP_R,
UNDEFINED_AP_S,
« 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