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

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

Issue 2124343002: [Autofill] Implement Credit Card Signin Promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 5 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 | « components/autofill_strings.grdp ('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 f0de9c02a88212f051986f2caaa99e04d5eb9549..a83851cf7f1c6a7b897c4b559fca975b41cee6c3 100644
--- a/components/signin/core/browser/signin_metrics.h
+++ b/components/signin/core/browser/signin_metrics.h
@@ -138,7 +138,8 @@ enum class AccessPoint : int {
ACCESS_POINT_RECENT_TABS,
ACCESS_POINT_UNKNOWN, // This should never have been used to get signin URL.
ACCESS_POINT_PASSWORD_BUBBLE,
- ACCESS_POINT_MAX, // This must be last.
+ ACCESS_POINT_AUTOFILL_DROPDOWN,
+ ACCESS_POINT_MAX, // This must be last.
};
// Enum values which enumerates all reasons to start sign in process.
« no previous file with comments | « components/autofill_strings.grdp ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698