| Index: ios/chrome/browser/signin/constants.h
|
| diff --git a/ios/chrome/browser/signin/constants.h b/ios/chrome/browser/signin/constants.h
|
| index d0932b857452e01d6b7d2c8a3ffe322b6388082d..5116e13e9ed787eaf16f8da73c65383f541e2c63 100644
|
| --- a/ios/chrome/browser/signin/constants.h
|
| +++ b/ios/chrome/browser/signin/constants.h
|
| @@ -51,8 +51,8 @@ typedef enum {
|
| SIGN_IN_SOURCE_CHROME_TO_DEVICE_INFOBAR,
|
| // Sign in operation was started from the recent tabs panel.
|
| SIGN_IN_SOURCE_RECENT_TABS,
|
| - // Sign in operation was started from the stars promo panel.
|
| - SIGN_IN_SOURCE_STARS_PROMO,
|
| + // Sign in operation was started from the bookmarks promo panel.
|
| + SIGN_IN_SOURCE_BOOKMARKS_PROMO,
|
| // NOTE: Add new sign in sources only immediately above this line. Also, make
|
| // sure the enum list for histogram |Signin.IOSSignInSource| in
|
| // tools/histogram/histograms.xml is updated with any change in here.
|
|
|