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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h

Issue 775773002: Add data reduction proxy debug info to net-internals#bandwidth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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:
View side-by-side diff with in-line comments
Download patch
Index: components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
index b4d8ec8c1a37dcd8777e1ef7cf097ebfeaf24552..8a35cac32487b3d981c3849174c4751ef91c10ab 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
@@ -26,7 +26,8 @@ class DataReductionProxyEventStore;
// Values of the UMA DataReductionProxy.BypassType{Primary|Fallback}
// and DataReductionProxy.BlockType{Primary|Fallback} histograms.
// This enum must remain synchronized with the enum of the same
-// name in metrics/histograms/histograms.xml.
+// name in metrics/histograms/histograms.xml, and must also remain synchronized
+// with net_internals#bandwidth in bandwidth_view.js.
enum DataReductionProxyBypassType {
// Bypass due to explicit instruction for the current request.
BYPASS_EVENT_TYPE_CURRENT = 0,

Powered by Google App Engine
This is Rietveld 408576698