summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorjif <jif@chromium.org>2016-03-15 07:19:47 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-15 14:21:15 +0000
commit751ac1ef9eec98871b17dc65c6fb0c82459b3923 (patch)
treea53a5e40241cc67e765536424c0555f24ccccdb0 /ios
parent7cc158ee9df30b9f688f9742d69519d695cc6e3d (diff)
downloadchromium_src-751ac1ef9eec98871b17dc65c6fb0c82459b3923.zip
chromium_src-751ac1ef9eec98871b17dc65c6fb0c82459b3923.tar.gz
chromium_src-751ac1ef9eec98871b17dc65c6fb0c82459b3923.tar.bz2
Add Tab Switcher entry to sign in enum.
Mirrored in google3 with cr/117223355 BUG=None. Review URL: https://codereview.chromium.org/1800063002 Cr-Commit-Position: refs/heads/master@{#381219}
Diffstat (limited to 'ios')
-rw-r--r--ios/chrome/browser/signin/constants.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ios/chrome/browser/signin/constants.h b/ios/chrome/browser/signin/constants.h
index 5116e13..c156773 100644
--- a/ios/chrome/browser/signin/constants.h
+++ b/ios/chrome/browser/signin/constants.h
@@ -53,9 +53,11 @@ typedef enum {
SIGN_IN_SOURCE_RECENT_TABS,
// Sign in operation was started from the bookmarks promo panel.
SIGN_IN_SOURCE_BOOKMARKS_PROMO,
+ // Sign in operation was started from the Tab Switcher.
+ SIGN_IN_SOURCE_TAB_SWITCHER,
// 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.
+ // uma/configs/chrome/histograms.xml is updated with any change in here.
SIGN_IN_SOURCE_COUNT
} SignInSource;