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

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

Issue 2712883005: Sign out profile when local_state file has been changed. (Closed)
Patch Set: fixup Created 3 years, 10 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 0ba0eb04b0d03bd2e2fe8c6c1c72a5ea891f912d..9d42eae69df6a771a86ba65cee779d3ddef91a44 100644
--- a/components/signin/core/browser/signin_metrics.h
+++ b/components/signin/core/browser/signin_metrics.h
@@ -46,7 +46,8 @@ enum ProfileSignout {
// The credentials are being transfered to a new profile, so the old one is
// signed out.
TRANSFER_CREDENTIALS,
-
+ // The credentials becomes invalid, signout if force-sign-in policy is true.
+ AUTHENTICATION_FAILED,
Roger Tawa OOO till Jul 10th 2017/02/27 22:08:26 Could we add "force signin" to this constants? Ma
zmin 2017/03/07 20:06:42 Done.
// Keep this as the last enum.
NUM_PROFILE_SIGNOUT_METRICS,
};

Powered by Google App Engine
This is Rietveld 408576698