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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1140443002: Modify IPC call to properly record the PLT histograms for LoFi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed minor typo in test Created 5 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
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.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 a9f572532bc854403a8bf3e4d59b835c324677f6..e915709275c0d037d6f91d813d985d97c2337592 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -66153,6 +66153,26 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="PLT.PT_StartToFinish"/>
</histogram_suffixes>
+<histogram_suffixes name="DataReductionProxy_AutoLoFi" separator="_">
+ <suffix name="DataReductionProxy_AutoLoFiOn"
+ label="Only page loads through the data reduction proxy with auto LoFi
+ enabled are considered."/>
+ <suffix name="DataReductionProxy_AutoLoFiOff"
+ label="Only page loads through the data reduction proxy with auto LoFi
+ disabled are considered."/>
+ <suffix name="HTTPS_DataReductionProxy_AutoLoFiOn"
+ label="Only page loads through the data reduction proxy through an HTTP
+ tunnel for HTTPS origins with auto LoFi enabled are considered."/>
+ <suffix name="HTTPS_DataReductionProxy_AutoLoFiOff"
+ label="Only page loads through the data reduction proxy through an HTTP
+ tunnel for HTTPS origins with auto LoFi disabled are considered."/>
+ <affected-histogram name="PLT.PT_BeginToFinish"/>
+ <affected-histogram name="PLT.PT_CommitToFinish"/>
+ <affected-histogram name="PLT.PT_RequestToDomContentLoaded"/>
+ <affected-histogram name="PLT.PT_RequestToFinish"/>
+ <affected-histogram name="PLT.PT_StartToFinish"/>
+</histogram_suffixes>
+
<histogram_suffixes name="DataReductionProxy_TamperingFingerprints"
separator="_">
<suffix name="ChromeProxy"
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698