| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| index 438ae38f1c08737a5863da793ceacdb3d0fba26c..08a7930d4323553ec5e52715e5f20f48984bb8ae 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| @@ -96,6 +96,7 @@ class DataReductionProxyBypassStats
|
| LOCAL_BYPASS_RULES, /* Bypass due to client-side bypass rules. */
|
| PROXY_OVERRIDDEN, /* Bypass due to a proxy taking precedence. */
|
| AUDIO_VIDEO, /* Audio/Video bypass. */
|
| + APPLICATION_OCTET_STREAM, /* "application/octet-stream" content bypass. */
|
| TRIGGERING_REQUEST, /* Triggering request bypass. */
|
| NETWORK_ERROR, /* Network error. */
|
| BYPASSED_BYTES_TYPE_MAX /* This must always be last.*/
|
|
|