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

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

Issue 2049683002: Wire up the Chrome Sign In modal dialog from the password bubble promo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 6 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 e825fb663c364b21cb01e47d69ae3de56aaa666c..1e943bb6a9a41855e1bfe5fa1fdd89e178f69ba8 100644
--- a/components/signin/core/browser/signin_metrics.h
+++ b/components/signin/core/browser/signin_metrics.h
@@ -137,6 +137,7 @@ enum class AccessPoint : int {
ACCESS_POINT_SIGNIN_PROMO,
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.
};
« 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