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

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

Issue 1844753002: Histogram the scheme of an origin on the 1st navigation to it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments. Created 4 years, 8 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 | « 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 5d280b6b60a9e9873b1a759eb994dd99847f5fca..8967e32b992fd7a21184bb2c191523032229d18e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23600,6 +23600,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Navigation.SchemePerUniqueOrigin" enum="NavigationScheme">
+ <owner>palmer@chromium.org</owner>
+ <owner>felt@chromium.org</owner>
+ <summary>
+ The scheme of the URL for the first main-frame navigation per origin per
+ non-OffTheRecord session.
+ </summary>
+</histogram>
+
+<histogram name="Navigation.SchemePerUniqueOriginOTR" enum="NavigationScheme">
+ <owner>palmer@chromium.org</owner>
+ <owner>felt@chromium.org</owner>
+ <summary>
+ The scheme of the URL for the first main-frame navigation per origin per
+ OffTheRecord session.
+ </summary>
+</histogram>
+
<histogram name="Navigation.Start.RendererBrowserDifference.Negative"
units="ms">
<owner>csharrison@chromium.org</owner>
« 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