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

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

Issue 792803007: Make Data Reduction Proxy a best effort proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated tests Created 5 years, 11 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_settings_test_utils.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
index 6127c84a027c440a20668bbd35d7a56500c2b442..ccd8170f878036badc84ac1de38f74259bd77195 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
@@ -27,8 +27,11 @@ class DataReductionProxyStatisticsPrefs;
class TestDataReductionProxyConfig : public DataReductionProxyConfigurator {
public:
- TestDataReductionProxyConfig();
- ~TestDataReductionProxyConfig() override {}
+ TestDataReductionProxyConfig(
+ scoped_refptr<base::SequencedTaskRunner> network_task_runner,
+ net::NetLog* net_log,
+ data_reduction_proxy::DataReductionProxyEventStore* event_store);
+ ~TestDataReductionProxyConfig() override;
void Enable(bool restricted,
bool fallback_restricted,
const std::string& primary_origin,

Powered by Google App Engine
This is Rietveld 408576698