| 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 a7c03414fa59a89db90957c829816f976c3e7756..33502e9c1896a5ddf9c4e2d91c335ad7be56751f 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. */
|
|
|