diff options
author | droger@chromium.org <droger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-15 14:11:35 +0000 |
---|---|---|
committer | droger@chromium.org <droger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-15 14:11:35 +0000 |
commit | d85f2d9363429ec16491e06170419e02977ea2bb (patch) | |
tree | fd611f6fb1423023418f2b18e77953f145fdfe22 /rlz/lib/rlz_enums.h | |
parent | 40af255e31ab46e10eeb354df4f5ff9b27bcb4f3 (diff) | |
download | chromium_src-d85f2d9363429ec16491e06170419e02977ea2bb.zip chromium_src-d85f2d9363429ec16491e06170419e02977ea2bb.tar.gz chromium_src-d85f2d9363429ec16491e06170419e02977ea2bb.tar.bz2 |
Merge 262679 "Change access point for Chrome on iOS"
> Change access point for Chrome on iOS
>
> Use the access point C9* for the Omnibox for Chrome on iOS instead of
> the reserved access point RM*.
>
> Chrome on iOS does not have a notion of homepage, so remove the access
> point corresponding to homepage on iOS (CHROME_HOME_PAGE) and the iOS
> specific enumeration value (CHROME_IOS_HOME_PAGE).
>
> BUG=360686
>
> Review URL: https://codereview.chromium.org/225293007
TBR=sdefresne@chromium.org
Review URL: https://codereview.chromium.org/238293004
git-svn-id: svn://svn.chromium.org/chrome/branches/1916/src@263835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'rlz/lib/rlz_enums.h')
-rw-r--r-- | rlz/lib/rlz_enums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rlz/lib/rlz_enums.h b/rlz/lib/rlz_enums.h index 08d8bbb..baf176b 100644 --- a/rlz/lib/rlz_enums.h +++ b/rlz/lib/rlz_enums.h @@ -63,7 +63,7 @@ enum AccessPoint { CHROMEOS_RESERVED, // Reserved for ChromeOS. CHROME_IOS_OMNIBOX, // Chrome searches through the address bar omnibox (iOS). - CHROME_IOS_HOME_PAGE,// Chrome searches through Google as home page (iOS). + CHROME_IOS_RESERVED, // Reserved for Chrome on iOS. // 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; |