| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a681aed73b1e1366bf312a2d8480c4f8aa94b00c..d4488a48cb1a166b7a420b98fdda5ba22bebd24b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -104646,24 +104646,31 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| </histogram_suffixes>
|
|
|
| <histogram_suffixes name="PageLoadMetricsClients" separator="."
|
| ordering="prefix">
|
| <suffix name="Clients.CssScanner"
|
| label="Metrics from pages scanned by the preload scanner for @import
|
| CSS rules"/>
|
| <suffix name="Clients.DataReductionProxy"
|
| label="PageLoadMetrics that are a result of a navigation through the
|
| data reduction proxy."/>
|
| + <suffix name="Clients.DataReductionProxy.Experimental"
|
| + label="Experimental PageLoadMetrics that are a result of a navigation
|
| + through the data reduction proxy."/>
|
| <suffix name="Clients.DataReductionProxy.LoFiOn"
|
| label="PageLoadMetrics that are a result of a navigation through the
|
| data reduction proxy with session in LoFi enabled or control
|
| field trial, and when the connection was slow."/>
|
| + <suffix name="Clients.DataReductionProxy.LoFiOn.Experimental"
|
| + label="Experimental PageLoadMetrics that are a result of a navigation
|
| + through the data reduction proxy with session in LoFi enabled or
|
| + control field trial, and when the connection was slow."/>
|
| <suffix name="Clients.DocWrite.Block"
|
| label="PageLoadMetrics from a page that has synchronous, cross-origin
|
| document.written scripts that could be blocked if the
|
| document.write script blocking feature is enabled."/>
|
| <suffix name="Clients.DocWrite.Evaluator"
|
| label="PageLoadMetrics from a page that could have been evaluated by
|
| the DocumentWriteEvaluator"/>
|
| <suffix name="Clients.FromGoogleSearch"
|
| label="PageLoadMetrics that are a result of a navigation from a Google
|
| web search"/>
|
|
|