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

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: Created 4 years, 9 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index cb2565427d0c3ac9bfcb7235717f50202177feb7..446a40c837758d7609fa3103c3124d6d4a91b0e7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23188,6 +23188,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Navigation.IncognitoMainFrameScheme" 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
+ Incognito session.
felt 2016/04/01 00:01:59 It seems a bit misleading to call it MFS, when it
palmer 2016/04/05 23:42:18 Sure, will do. Proposed name: Navigation.SchemePer
+ </summary>
+</histogram>
+
+<histogram name="Navigation.IncognitoMainFrameSchemeDifferentPage"
felt 2016/04/01 00:01:59 Why do we need both of these, if it's already limi
palmer 2016/04/05 23:42:18 Hmm, yeah. I'll remove it.
+ enum="NavigationScheme">
+ <owner>palmer@chromium.org</owner>
+ <owner>felt@chromium.org</owner>
+ <summary>
+ The scheme of the URL for the first main-frame navigation that goes to a
+ different page per origin per Incognito session. Transitions like fragment
+ change or history.pushState are excluded.
+ </summary>
+</histogram>
+
<histogram name="Navigation.IsMobileOptimized" enum="BooleanIsMobileOptimized">
<owner>cjhopman@chromium.org</owner>
<owner>nyquist@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698