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

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

Issue 719733003: Add Navigation.MainFrameSchemeDifferentPage which excludes same-page navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Spacing Created 6 years, 1 month 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 | « components/navigation_metrics/navigation_metrics.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 1edd3f252c3f23f84d82af976f557a4ee7fb6358..cf56a953305afa1783d10468f0924d28a16e69a0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14222,6 +14222,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The scheme of the URL for each main-frame navigation.</summary>
</histogram>
+<histogram name="Navigation.MainFrameSchemeDifferentPage"
+ enum="NavigationScheme">
+ <owner>cbentzel@chromium.org</owner>
+ <owner>davidben@chromium.org</owner>
+ <summary>
+ The scheme of the URL for each main-frame navigation that goes to a
+ different page. Transitions like fragment change or history.pushState are
+ excluded.
+ </summary>
+</histogram>
+
<histogram name="Navigation.OnBeforeUnloadOverheadTime" units="milliseconds">
<owner>carlosk@chromium.org</owner>
<summary>
« no previous file with comments | « components/navigation_metrics/navigation_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698