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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h

Issue 2504963004: Record time to first data reduction proxy request (Closed)
Patch Set: Rebased Created 4 years, 1 month 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_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 d9b71e11ed5378a14016bdc8752693506990172c..c6792bdb3d38358d089645f1c9a03e45f4aecdfc 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
@@ -84,7 +84,8 @@ class DataReductionProxyIOData : public DataReductionProxyEventStorageDelegate {
std::unique_ptr<net::NetworkDelegate> wrapped_network_delegate,
bool track_proxy_bypass_statistics);
- std::unique_ptr<DataReductionProxyDelegate> CreateProxyDelegate() const;
+ std::unique_ptr<DataReductionProxyDelegate> CreateProxyDelegateForTesting()
+ const;
// Sets user defined preferences for how the Data Reduction Proxy
// configuration should be set. |at_startup| is true only

Powered by Google App Engine
This is Rietveld 408576698