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

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

Issue 2230183005: Add UMA for signin through NTP content suggestions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge. 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 | « chrome/browser/ui/webui/signin/inline_login_handler.cc ('k') | 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..4d227e62690f405a2bfb560c3f5442062c918e09 100644
--- a/components/signin/core/browser/signin_metrics.h
+++ b/components/signin/core/browser/signin_metrics.h
@@ -139,6 +139,7 @@ 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_NTP_CONTENT_SUGGESTIONS,
ACCESS_POINT_MAX, // This must be last.
};
« no previous file with comments | « chrome/browser/ui/webui/signin/inline_login_handler.cc ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698