| 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,
|
|
|