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

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

Issue 813133003: New Profile metric for Auth Errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android and Windows compiler errors Created 6 years 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 088c2638a80dbb162f5d65dc9501b078ce8f427e..ec3ea323339f8bface2a5593324753e2651edd1a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27585,6 +27585,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Profile.NumberOfProfileAuthErrors"
+ enum="GoogleServiceAuthError">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Counts the type and number of GAIA Auth Errors on a user's machine when
+ Chrome starts up.
+ </summary>
+</histogram>
+
<histogram name="Profile.NumberOfProfiles">
<owner>bcwhite@chromium.org</owner>
<owner>rlp@chromium.org</owner>
« chrome/test/base/testing_profile_manager.h ('K') | « chrome/test/base/testing_profile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698