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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1055863002: ChromeOS: switch UI language before apps are loaded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 5 years, 7 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_impl.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 b44dbdf3ecb81d1593473c773cf6900c43017b0c..3815425b78accc9e549811b06e393b3d4d663429 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30749,7 +30749,17 @@ 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.
Mark P 2015/04/30 19:38:24 Please explicitly comment roughly how often this i
Alexander Alekseev 2015/04/30 19:45:01 Done.
+ </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.
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698