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

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

Side-by-side diff isn't available for this file because of its large size.
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: Created 6 years, 2 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 0c722c234469ee92bdb5811c4b71cf15d8b84949..c44e424204715e30974bca8e373de822b92e9dce 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35380,6 +35380,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="UMA.ProfilesCount">
Alexei Svitkine (slow) 2014/09/26 20:30:26 Nit: How about a more specific name to match the d
yao 2014/09/26 20:35:40 Done.
+ <owner>asvitkine@chromium.org</owner>
+ <owner>yiyaoliu@chromium.org</owner>
+ <summary>
+ The number of created profiles for a running instance of Chrome after one
+ profile has been explicitly deleted from the profile manager.
+ </summary>
+</histogram>
+
<histogram name="UMA.ProfileSignInStatus" enum="ProfileSigninStatus">
<owner>asvitkine@chromium.org</owner>
<owner>yiyaoliu@chromium.org</owner>
« chrome/browser/profiles/profile_manager.cc ('K') | « chrome/browser/profiles/profile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698