Index: components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate.h |
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate.h |
index d80bcaf08974d8f589f24c41d5c4ff885bde99cc..94f10b6d7e6c4af522e63efa33205b27bffe27a7 100644 |
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate.h |
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate.h |
@@ -24,6 +24,9 @@ class DataReductionProxyEventStorageDelegate { |
CHECK_FAILED, |
}; |
+ // Stores a DATA_REDUCTION_PROXY event with no parameters. |
+ virtual void AddEvent(scoped_ptr<base::Value> event) = 0; |
+ |
// Stores a DATA_REDUCTION_PROXY_ENABLED event. |
virtual void AddEnabledEvent(scoped_ptr<base::Value> event, bool enabled) = 0; |