| 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..11dffb52ef64d4fe9634d9ce35e3fa3e510cb762 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,11 @@ class DataReductionProxySettings
|
| // net::URLFetcherDelegate:
|
| void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| + // Configures data reduction proxy and makes a request to the probe URL to
|
| + // determine server availability. |at_startup| is true when this method is
|
| + // called in response to creating or loading a new profile.
|
| + void MaybeActivateDataReductionProxy(bool at_startup);
|
| +
|
| protected:
|
| void InitPrefMembers();
|
|
|
| @@ -276,8 +281,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.
|
|
|