| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| index 4acbc480302a7675842ca2b8435a5be48352f620..d68001f63f88e98cd5db66e1de270c8108fcca34 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| @@ -93,10 +93,11 @@ class DataReductionProxyIOData : public DataReductionProxyEventStorageDelegate {
|
|
|
| // Overrides of DataReductionProxyEventStorageDelegate. Bridges to the UI
|
| // thread objects.
|
| - 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;
|
|
|
| // Returns true if the Data Reduction Proxy is enabled and false otherwise.
|
|
|