diff options
Diffstat (limited to 'rlz/lib/rlz_enums.h')
-rw-r--r-- | rlz/lib/rlz_enums.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rlz/lib/rlz_enums.h b/rlz/lib/rlz_enums.h index e50ac2f..e976f86 100644 --- a/rlz/lib/rlz_enums.h +++ b/rlz/lib/rlz_enums.h @@ -62,8 +62,9 @@ enum AccessPoint { CHROMEOS_HOME_PAGE, // ChromeOS searches through Google as home page. CHROMEOS_APP_LIST, // ChromeOS searches through the app launcher search box. - CHROME_IOS_OMNIBOX, // Chrome searches through the address bar omnibox (iOS). - CHROME_IOS_RESERVED, // Reserved for Chrome on iOS. + // Chrome searches through the address bar omnibox (iOS) on tablet or phone. + CHROME_IOS_OMNIBOX_TABLET, + CHROME_IOS_OMNIBOX_MOBILE, CHROME_APP_LIST, // Chrome searches through the app launcher search box. CHROME_MAC_APP_LIST, // Chrome searches through the app launcher search box |