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

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

Issue 19862004: [InstantExtended] Changing the histogram name since the definition of the histogram changed when th… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.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 897e120c7e2a02280e3cfc8d599edff57e305ea5..6da87ec8cd1399af0888903944f57c44d6e15d52 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4073,6 +4073,10 @@ other types of suffix sets.
</histogram>
<histogram name="InstantExtended.PercentageMatchQuerytoQuery" units="%">
+ <obsolete>
+ Deprecated 2013-07. Please see
+ InstantExtended.PercentageMatchV2_QuerytoQuery instead.
+ </obsolete>
<summary>
Records the number of matching characters at the start of the user's text as
a percentage of average length between the old and new text when the user
@@ -4081,6 +4085,10 @@ other types of suffix sets.
</histogram>
<histogram name="InstantExtended.PercentageMatchQuerytoURL" units="%">
+ <obsolete>
+ Deprecated 2013-07. Please see InstantExtended.PercentageMatchV2_QuerytoURL
+ instead.
+ </obsolete>
<summary>
Records the number of matching characters at the start of the user's text as
a percentage of average length between the old and new text when the user
@@ -4090,6 +4098,10 @@ other types of suffix sets.
</histogram>
<histogram name="InstantExtended.PercentageMatchURLtoQuery" units="%">
+ <obsolete>
+ Deprecated 2013-07. Please see InstantExtended.PercentageMatchV2_URLtoQuery
+ instead.
+ </obsolete>
<summary>
Records the number of matching characters at the start of the user's text as
a percentage of average length between the old and new text when the user
@@ -4098,6 +4110,43 @@ other types of suffix sets.
</histogram>
<histogram name="InstantExtended.PercentageMatchURLtoURL" units="%">
+ <obsolete>
+ Deprecated 2013-07. Please see InstantExtended.PercentageMatchV2_URLtoURL
+ instead.
+ </obsolete>
+ <summary>
+ Records the number of matching characters at the start of the user's text as
+ a percentage of average length between the old and new text when the user
+ navigates from a url to another url.
+ </summary>
+</histogram>
+
+<histogram name="InstantExtended.PercentageMatchV2_QuerytoQuery" units="%">
+ <summary>
+ Records the number of matching characters at the start of the user's text as
+ a percentage of average length between the old and new text when the user
+ navigates from a search query to another search query.
+ </summary>
+</histogram>
+
+<histogram name="InstantExtended.PercentageMatchV2_QuerytoURL" units="%">
+ <summary>
+ Records the number of matching characters at the start of the user's text as
+ a percentage of average length between the old and new text when the user
+ navigates from a search query to a url. Example: Accidental search for
+ google.con, then navigation to google.com.
+ </summary>
+</histogram>
+
+<histogram name="InstantExtended.PercentageMatchV2_URLtoQuery" units="%">
+ <summary>
+ Records the number of matching characters at the start of the user's text as
+ a percentage of average length between the old and new text when the user
+ navigates from a url to a search query.
+ </summary>
+</histogram>
+
+<histogram name="InstantExtended.PercentageMatchV2_URLtoURL" units="%">
<summary>
Records the number of matching characters at the start of the user's text as
a percentage of average length between the old and new text when the user
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698