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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1721813002: Adding DRP specfic UMA for FirstContentfulPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: making NavigationData const after clone Created 4 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2d9baf6a6298c609bde35a25ecc00b663439afda..f79f978bafea2afd156ad3e70f47047dfe31a92d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -93027,20 +93027,26 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="Clients.FromGWS"
label="PageLoadMetrics that are a result of a navigation from a Google
web search">
<obsolete>
Deprecated in favor of Clients.FromGWS2.
</obsolete>
</suffix>
<suffix name="Clients.FromGWS2"
label="PageLoadMetrics that are a result of a navigation from a Google
web search"/>
+ <suffix name="Clients.DataReductionProxy"
+ label="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 auto LoFi enabled."/>
<suffix name="Clients.DocWrite.Evaluator"
label="PageLoadMetrics from a page that could have been evaluated by
the DocumentWriteEvaluator"/>
<suffix name="Clients.ServiceWorker"
label="PageLoadMetrics from a page that is controlled by a Service
Worker"/>
<affected-histogram
name="PageLoad.Timing2.DOMLoadingToDOMContentLoadedEventFired"/>
<affected-histogram name="PageLoad.Timing2.DOMLoadingToFirstContentfulPaint"/>
<suffix name="Clients.DocWrite.Block"

Powered by Google App Engine
This is Rietveld 408576698