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

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

Issue 1055863002: ChromeOS: switch UI language before apps are loaded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove empty line. 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
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.
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.cc ('k') | ui/base/ime/chromeos/input_method_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698