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

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

Issue 2560103002: Fix recently added abort histogram names. (Closed)
Patch Set: Created 4 years 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 | « no previous file | 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 ace1fc269ff2f4d327135d3c517b5934d5d8c11a..8e94aaa2588199676594fcbd13dd06db14e2ddcd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -112214,15 +112214,17 @@ value.
label="(experimental) Page load that was initiated from the browser
process"/>
<affected-histogram
- name="PageLoad.AbortTiming.ForwardBackNavigation.AfterCommit.BeforePaint"/>
+ name="PageLoad.Experimental.AbortTiming.ForwardBackNavigation.AfterCommit.BeforePaint"/>
<affected-histogram
- name="PageLoad.AbortTiming.ForwardBackNavigation.BeforeCommit"/>
+ name="PageLoad.Experimental.AbortTiming.ForwardBackNavigation.BeforeCommit"/>
<affected-histogram
- name="PageLoad.AbortTiming.NewNavigation.AfterCommit.BeforePaint"/>
- <affected-histogram name="PageLoad.AbortTiming.NewNavigation.BeforeCommit"/>
+ name="PageLoad.Experimental.AbortTiming.NewNavigation.AfterCommit.BeforePaint"/>
<affected-histogram
- name="PageLoad.AbortTiming.Reload.AfterCommit.BeforePaint"/>
- <affected-histogram name="PageLoad.AbortTiming.Reload.BeforeCommit"/>
+ name="PageLoad.Experimental.AbortTiming.NewNavigation.BeforeCommit"/>
+ <affected-histogram
+ name="PageLoad.Experimental.AbortTiming.Reload.AfterCommit.BeforePaint"/>
+ <affected-histogram
+ name="PageLoad.Experimental.AbortTiming.Reload.BeforeCommit"/>
</histogram_suffixes>
<histogram_suffixes name="PageLoadType">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698