| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| index fbcbeb15a4695ed908ae5251f91fb98c3b975e6a..350932a2eed8757c84bf71a27147aa3122e0d108 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| @@ -94,7 +94,7 @@ class DataReductionProxyUsageStats
|
| NOT_BYPASSED = 0, /* Not bypassed. */
|
| SSL, /* Bypass due to SSL. */
|
| LOCAL_BYPASS_RULES, /* Bypass due to client-side bypass rules. */
|
| - MANAGED_PROXY_CONFIG, /* Bypass due to managed config. */
|
| + PROXY_OVERRIDDEN, /* Bypass due to a proxy taking precedence. */
|
| AUDIO_VIDEO, /* Audio/Video bypass. */
|
| TRIGGERING_REQUEST, /* Triggering request bypass. */
|
| NETWORK_ERROR, /* Network error. */
|
|
|