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

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

Issue 605333002: Record the number of loaded profiles when a profile is erased from the profiles map kept by profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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 | « chrome/browser/profiles/profile_manager.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 7ddcd3fe8c5f93c1e79fcd43039e81eab4897aab..f2439e97d694b8418c923d1a2e957888a5adce0d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35561,6 +35561,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="UMA.ProfilesCount.AfterErase">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>yiyaoliu@chromium.org</owner>
+ <summary>
+ Record the number of loaded profiles when a profile is erased from the
+ profiles map kept by profile manager.
+ </summary>
+</histogram>
+
<histogram name="UMA.ProfileSignInStatus" enum="ProfileSigninStatus">
<owner>asvitkine@chromium.org</owner>
<owner>yiyaoliu@chromium.org</owner>
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698