Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: ios/chrome/browser/signin/constants.h

Issue 1497433003: Modify an enum name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698