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

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

Issue 2337103005: Add Omnibox Histogram to XML File (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | 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 b58432248bb663f63c5decdeca1fa6413b0347d1..b73d3a8bb4dcba2a6ce7bd859ffd5a4cae0ee0da 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37309,6 +37309,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="Omnibox.SearchProvider.GetMostRecentKeywordTermsDefaultProviderTime"
+ units="ms">
+ <owner>mpearson@chromium.org</owner>
+ <summary>
+ Time it takes for the omnibox to search the previous query history database
+ for queries that start with the omnibox text.
+ </summary>
+</histogram>
+
<histogram name="Omnibox.SearchProviderMatches">
<owner>mpearson@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698