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

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

Issue 2829013004: Add Incognito Navigation histograms (Closed)
Patch Set: 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 7703c91f39a6b57adc1606770ad9b6ffae848a4a..5fb6eaa31e6aa8509ce1a3fcf645eb82275fe70b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31387,8 +31387,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Navigation.MainFrameScheme" enum="NavigationScheme">
- <owner>cbentzel@chromium.org</owner>
- <owner>davidben@chromium.org</owner>
+ <owner>elawrence@chromium.org</owner>
+ <owner>estark@chromium.org</owner>
<summary>The scheme of the URL for each main-frame navigation.</summary>
</histogram>
@@ -31403,8 +31403,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Navigation.MainFrameSchemeDifferentPage"
enum="NavigationScheme">
- <owner>cbentzel@chromium.org</owner>
- <owner>davidben@chromium.org</owner>
+ <owner>elawrence@chromium.org</owner>
+ <owner>estark@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
@@ -31412,6 +31412,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Navigation.MainFrameSchemeDifferentPageOTR"
+ enum="NavigationScheme">
+ <owner>elawrence@chromium.org</owner>
+ <owner>estark@chromium.org</owner>
+ <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.
+ </summary>
+</histogram>
+
+<histogram name="Navigation.MainFrameSchemeOTR" enum="NavigationScheme">
+ <owner>elawrence@chromium.org</owner>
+ <owner>estark@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