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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2113933003: Add mojo interface to load hyphenation dictionaries on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jam/eae review Created 4 years, 5 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 fc5adae2e4e25202528f57d07bcb83fd85d19765..74fdff81610675eca079dea7dbdbba7f67c78ec2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18574,6 +18574,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The type of Vary header for a given GET response.</summary>
</histogram>
+<histogram name="Hyphenation.Open" units="ms">
+ <owner>kojii@chromium.org</owner>
+ <summary>The time it takes to open a hyphenation dictionary.</summary>
+</histogram>
+
<histogram name="Import.ImporterType.AutoImport" enum="ImporterType">
<owner>gab@chromium.org</owner>
<summary>The importer used on first run Auto Import.</summary>

Powered by Google App Engine
This is Rietveld 408576698