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

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: 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
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..ed373b8a9d3d1d1c2cbab4f112a0f79cc4132d8b 100644
--- a/components/signin/core/browser/signin_metrics.h
+++ b/components/signin/core/browser/signin_metrics.h
@@ -136,6 +136,7 @@ enum class AccessPoint : int {
ACCESS_POINT_CONTENT_AREA,
ACCESS_POINT_SIGNIN_PROMO,
ACCESS_POINT_RECENT_TABS,
+ ACCESS_POINT_PASSWORD_BUBBLE,
gogerald1 2016/06/08 14:57:19 move it after ACCESS_POINT_UNKNOWN, and update Sig
vasilii 2016/06/08 17:48:24 Done.
ACCESS_POINT_UNKNOWN, // This should never have been used to get signin URL.
ACCESS_POINT_MAX, // This must be last.
};

Powered by Google App Engine
This is Rietveld 408576698