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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 813133003: New Profile metric for Auth Errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ChromeSigninClient handles no ProfileManager for tests Created 5 years, 11 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:
Download patch
« no previous file with comments | « components/signin/core/browser/signin_metrics.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 495f4bc3b1b3ba212d727e520e1f8e9a998fb126..2aba64494d049085bc6da80d991bc350a0aa8612 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27753,6 +27753,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Profile.NumberOfProfilesWithAuthErrors">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Counts the type GAIA authentication errors on a user's machine when Chrome
+ starts up. The types of errors are broken down in Signin.AuthError.
+ </summary>
+</histogram>
+
<histogram name="Profile.NumberOfSignedInProfiles">
<owner>bcwhite@chromium.org</owner>
<owner>rlp@chromium.org</owner>
@@ -32663,6 +32671,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Track how a user interfacts with the android signin promo.</summary>
</histogram>
+<histogram name="Signin.AuthError" enum="GoogleServiceAuthError">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Log the type of GAIA authentication error that occur whenever the error
+ state changes.
+ </summary>
+</histogram>
+
<histogram name="Signin.DuringFirstRun">
<owner>mlerman@chromium.org</owner>
<summary>
« no previous file with comments | « components/signin/core/browser/signin_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698