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

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

Issue 1916913008: This patch uses the WebContents' opener to extract the previous committed url for the very first na… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: 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/page_load_metrics/browser/page_load_metrics_observer.h ('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 05c82c872d5f11d6d9cef19365299857a6bde97e..e0b750e8533e5e435c0f956b7fd3b1204f2ccb8c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90714,6 +90714,27 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="PageLoad.Timing2.NavigationToFirstBackground"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsAbortClients" separator="."
+ ordering="prefix">
+ <suffix name="Clients.FromGWS2"
+ label="PageLoadMetrics that are a result of a navigation from a Google
+ web search"/>
+ <affected-histogram
+ name="PageLoad.AbortTiming.Close.AfterCommit.BeforePaint"/>
+ <affected-histogram name="PageLoad.AbortTiming.Close.BeforeCommit"/>
+ <affected-histogram
+ name="PageLoad.AbortTiming.ForwardBackNavigation.AfterCommit.BeforePaint"/>
+ <affected-histogram
+ name="PageLoad.AbortTiming.NewNavigation.AfterCommit.BeforePaint"/>
+ <affected-histogram name="PageLoad.AbortTiming.Other.BeforeCommit"/>
+ <affected-histogram
+ name="PageLoad.AbortTiming.Reload.AfterCommit.BeforePaint"/>
+ <affected-histogram name="PageLoad.AbortTiming.Stop.AfterCommit.BeforePaint"/>
+ <affected-histogram name="PageLoad.AbortTiming.Stop.BeforeCommit"/>
+ <affected-histogram
+ name="PageLoad.AbortTiming.UnknownNavigation.BeforeCommit"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PageLoadMetricsClients" separator="."
ordering="prefix">
<suffix name="Clients.FromGWS"
« no previous file with comments | « components/page_load_metrics/browser/page_load_metrics_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698