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

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

Issue 2862653002: If force-sign-in policy is enabled, popup warning dialog before window closing if auth token becom… (Closed)
Patch Set: nit Created 3 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/test/BUILD.gn ('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 177ed1fae62cae00dfa044fcc72dd87455a4c4c4..cc6709e2958b9bd20482ca26d3c9c7cff8fd6ff9 100644
--- a/components/signin/core/browser/signin_metrics.h
+++ b/components/signin/core/browser/signin_metrics.h
@@ -143,6 +143,7 @@ enum class AccessPoint : int {
ACCESS_POINT_NTP_CONTENT_SUGGESTIONS,
ACCESS_POINT_RESIGNIN_INFOBAR,
ACCESS_POINT_TAB_SWITCHER,
+ ACCESS_POINT_FORCE_SIGNIN_WARNING,
ACCESS_POINT_MAX, // This must be last.
};
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698