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

Unified Diff: components/signin/core/browser/signin_metrics.h

Issue 2253043002: Add signin metrics access points used on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 4 years, 4 months 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 | tools/metrics/actions/actions.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/signin_metrics.h
diff --git a/components/signin/core/browser/signin_metrics.h b/components/signin/core/browser/signin_metrics.h
index a83851cf7f1c6a7b897c4b559fca975b41cee6c3..c771e122d8fc0397c77e46f8cd935b5eb6381201 100644
--- a/components/signin/core/browser/signin_metrics.h
+++ b/components/signin/core/browser/signin_metrics.h
@@ -139,6 +139,8 @@ enum class AccessPoint : int {
ACCESS_POINT_UNKNOWN, // This should never have been used to get signin URL.
ACCESS_POINT_PASSWORD_BUBBLE,
ACCESS_POINT_AUTOFILL_DROPDOWN,
+ ACCESS_POINT_RESIGN_IN_INFOBAR,
Roger Tawa OOO till Jul 10th 2016/08/17 17:20:22 The separation with _ seems little off to me. I'd
bzanotti 2016/08/18 08:45:24 I was following the naming we've been using downst
+ ACCESS_POINT_TAB_SWITCHER,
ACCESS_POINT_MAX, // This must be last.
};
« no previous file with comments | « no previous file | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698