Chromium Code Reviews| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h |
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h |
| index 68f152e67178306031f2565194a18aaae061b728..4f07335efb719b06805d66d3a2a3ef59eaa6b70e 100644 |
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h |
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h |
| @@ -181,6 +181,10 @@ class DataReductionProxySettings |
| // net::URLFetcherDelegate: |
| void OnURLFetchComplete(const net::URLFetcher* source) override; |
| + // Configures data reduction proxy and makes a request to the prober URL to |
|
bengr
2014/10/22 00:46:43
probe
Not at Google. Contact bengr
2014/10/22 20:03:42
Done.
|
| + // determine server availability. |
|
bengr
2014/10/22 00:46:43
Describe what "at_startup" means.
Not at Google. Contact bengr
2014/10/22 20:03:42
Done.
|
| + void MaybeActivateDataReductionProxy(bool at_startup); |
| + |
| protected: |
| void InitPrefMembers(); |
| @@ -276,8 +280,6 @@ class DataReductionProxySettings |
| void ResetDataReductionStatistics(); |
| - void MaybeActivateDataReductionProxy(bool at_startup); |
| - |
| // Requests the proxy probe URL, if one is set. If unable to do so, disables |
| // the proxy, if enabled. Otherwise enables the proxy if disabled by a probe |
| // failure. |