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

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

Issue 1794353003: Refactor ProfileInfoCache in c/b/profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a bug that causes unit tests without debug code to fail. Created 4 years, 8 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/ui/webui/signin/signin_create_profile_handler_unittest.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 67384762ec9fa2602694b55e3c9cfaecdf0b7a8a..fa21e4875709b15637ba45d0d4c8d08ae5505c12 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40834,12 +40834,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Length of time to retrieve profile.</summary>
</histogram>
+<histogram name="Profile.GetProfileInfoPath.OutsideUserDir" enum="BooleanHit">
+ <owner>anthonyvd@chromium.org</owner>
+ <summary>
+ Whether Profile::GetProfileInfoPath is called with a profile outside the
+ user data directory. We expect this to never happen but need to verify in
+ stable. This metric may be removed after M54.
+ </summary>
+</histogram>
+
<histogram name="Profile.HistorySize" units="MB">
<owner>hajimehoshi@chromium.org</owner>
<owner>kouhei@chromium.org</owner>
<summary>Size of the history database.</summary>
</histogram>
+<histogram name="Profile.InitProfileUserPrefs.OutsideUserDir" enum="BooleanHit">
+ <owner>anthonyvd@chromium.org</owner>
+ <summary>
+ Whether Profile::InitProfileUserPrefs is called with a profile outside the
+ user data directory. We expect this to never happen but need to verify in
+ stable. This metric may be removed after M54.
+ </summary>
+</histogram>
+
<histogram name="Profile.LaunchBrowser" enum="ProfileType">
<owner>rlp@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/ui/webui/signin/signin_create_profile_handler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698