| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| index 54a3365110a085762d40b6313798844e08cba552..2fbc18d1577daa119cccd0a9131a6ef171b3a7b6 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| @@ -79,10 +79,11 @@ class DataReductionProxyService
|
| DataReductionProxyRequestType request_type);
|
|
|
| // Overrides of DataReductionProxyEventStorageDelegate.
|
| - void AddEnabledEvent(scoped_ptr<base::Value> entry, bool enabled) override;
|
| - void AddEventAndSecureProxyCheckState(scoped_ptr<base::Value> entry,
|
| + void AddEvent(scoped_ptr<base::Value> event) override;
|
| + void AddEnabledEvent(scoped_ptr<base::Value> event, bool enabled) override;
|
| + void AddEventAndSecureProxyCheckState(scoped_ptr<base::Value> event,
|
| SecureProxyCheckState state) override;
|
| - void AddAndSetLastBypassEvent(scoped_ptr<base::Value> entry,
|
| + void AddAndSetLastBypassEvent(scoped_ptr<base::Value> event,
|
| int64 expiration_ticks) override;
|
|
|
| // Records whether the Data Reduction Proxy is unreachable or not.
|
|
|