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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_service.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/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.

Powered by Google App Engine
This is Rietveld 408576698