| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| index 970c64d0077e3fff156119cc5a1c2dbb89b00574..fcf30e1418467153a5489cada64826193633ce0e 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| @@ -94,9 +94,8 @@ class DataReductionProxyConfig
|
| // |config_values| which is owned by |this|. |event_creator| is used for
|
| // logging the start and end of a secure proxy check; |net_log| is used to
|
| // create a net::NetLogWithSource for correlating the start and end of the
|
| - // check.
|
| - // |config_values| contains the Data Reduction Proxy configuration values.
|
| - // |configurator| is the target for a configuration update.
|
| + // check. |config_values| contains the Data Reduction Proxy configuration
|
| + // values. |configurator| is the target for a configuration update.
|
| DataReductionProxyConfig(
|
| scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
|
| net::NetLog* net_log,
|
| @@ -329,10 +328,9 @@ class DataReductionProxyConfig
|
|
|
| // The caller must ensure that the |net_log_|, if set, outlives this instance.
|
| // It is used to create new instances of |net_log_with_source_| on secure
|
| - // proxy
|
| - // checks. |net_log_with_source_| permits the correlation of the begin and end
|
| - // phases of a given secure proxy check, and a new one is created for each
|
| - // secure proxy check (with |net_log_| as a parameter).
|
| + // proxy checks. |net_log_with_source_| permits the correlation of the begin
|
| + // and end phases of a given secure proxy check, and a new one is created for
|
| + // each secure proxy check (with |net_log_| as a parameter).
|
| net::NetLog* net_log_;
|
| net::NetLogWithSource net_log_with_source_;
|
|
|
|
|