diff options
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; |