diff options
author | sdefresne@chromium.org <sdefresne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 15:09:38 +0000 |
---|---|---|
committer | sdefresne@chromium.org <sdefresne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 15:09:38 +0000 |
commit | d2d743972bef83f5241f02765aa0f3e3a50d43bd (patch) | |
tree | 6d0b3dae3184a4f0c7476117158c91656c06db05 /rlz/lib/rlz_enums.h | |
parent | 7d75c2f4b67f8b64e49ec02cd31821ddcabc92cd (diff) | |
download | chromium_src-d2d743972bef83f5241f02765aa0f3e3a50d43bd.zip chromium_src-d2d743972bef83f5241f02765aa0f3e3a50d43bd.tar.gz chromium_src-d2d743972bef83f5241f02765aa0f3e3a50d43bd.tar.bz2 |
Implements RLZ lib for iOS
Use the OS X implementation of the RlzValueStore and derive the machine
identifier from -[UIDevice identifierForVendor].
BUG=309629
Review URL: https://codereview.chromium.org/29873005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230429 0039d316-1c4b-4281-b951-d872f2087c98
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 0fd0513..08d8bbb 100644 --- a/rlz/lib/rlz_enums.h +++ b/rlz/lib/rlz_enums.h @@ -62,11 +62,12 @@ enum AccessPoint { CHROMEOS_HOME_PAGE, // ChromeOS searches through Google as home page. 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). + // 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_M, - UNDEFINED_AP_N, UNDEFINED_AP_O, UNDEFINED_AP_P, UNDEFINED_AP_Q, |