Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate.h

Issue 1105443003: Add net_log events for the Data Reduction Proxy config service client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bengr CR comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698