Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index b44dbdf3ecb81d1593473c773cf6900c43017b0c..f6ddd45e061bca67ed84fbe0ff4b880f80be64b4 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -30749,7 +30749,18 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Profile.OnLocaleReadyTime" units="milliseconds"> |
+ <owner>rkaplow@chromium.org</owner> |
+ <summary> |
+ The amount of time that elapsed during ProfileImpl::OnLocaleReady. This |
+ happens once after profile was loaded. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Profile.OnPrefsLoadedTime" units="milliseconds"> |
+ <obsolete> |
+ Deprecated 04/2015, and replaced by Profile.OnLocaleReadyTime. |
+ </obsolete> |
<owner>rkaplow@chromium.org</owner> |
<summary> |
The amount of time that elapsed during ProfileImpl::OnPrefsLoaded. |