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

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

Issue 2545603002: Small fixes for url_index_private_data.cc (Closed)
Patch Set: Created 4 years 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 1043e5631c3993d0e32a18ba3388cdb14f3014aa..8d9e9893ff93d84cfda8dc75bfa82ba1573031a6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40749,6 +40749,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Omnibox.HistoryIDSetFromWordsForked" units="ms">
Mark P 2016/11/30 22:57:59 This name does not match the name you used in the
+ <owner>mpearson@chromium.org</owner>
+ <summary>
+ Times URLIndexPrivateData::HistoryIDSetFromWords. Recorded every time
+ HistoryQuick provider works, which could happen multiple times on each
Peter Kasting 2016/11/30 21:39:50 "works" is kind of vague. It seems like a more pr
Mark P 2016/11/30 22:57:59 I suggest a rewording (with extra detail), somethi
+ keystroke.
+ </summary>
+</histogram>
+
<histogram name="Omnibox.InputType" enum="OmniboxInputType">
<owner>mpearson@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698