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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2827983003: Add Incognito Navigation histograms (Closed)
Patch Set: Add negative test Created 3 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_unittest.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 a17bd3d33d7a34a69f15a94de0452dca70a07f92..c0d85f9a3d78f598bb297c18d8f0405a22ef6d04 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31583,6 +31583,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Navigation.MainFrameSchemeDifferentPageOTR"
+ enum="NavigationScheme">
+ <owner>cbentzel@chromium.org</owner>
+ <owner>davidben@chromium.org</owner>
davidben 2017/04/20 19:26:28 Should you all be owning these histograms? It seem
+ <summary>
+ The scheme of the URL for each main-frame navigation that goes to a
+ different page while in incognito. Transitions like fragment change or
+ history.pushState are excluded.
Mark P 2017/04/19 22:45:45 Are they included in the one below? (If yes, no c
elawrence 2017/04/19 22:55:13 Yes. The difference between MainFrameSchemeDiffere
+ </summary>
+</histogram>
+
+<histogram name="Navigation.MainFrameSchemeOTR" enum="NavigationScheme">
+ <owner>cbentzel@chromium.org</owner>
+ <owner>davidben@chromium.org</owner>
+ <summary>The scheme of the URL for each main-frame navigation while in
+ incognito.
+ </summary>
+</histogram>
+
<histogram name="Navigation.OnBeforeUnloadOverheadTime" units="ms">
<owner>carlosk@chromium.org</owner>
<summary>
« no previous file with comments | « components/navigation_metrics/navigation_metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698