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

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

Issue 2765763003: Fix the flaky Warmup URL test in data reduction proxy (Closed)
Patch Set: ps Created 3 years, 9 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
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
index 3434816604704f457323178e0599d8e8013b6276..5bc7b57a8b9b61214535559f351d462ebba180d4 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
@@ -228,10 +228,6 @@ class DataReductionProxyConfig
// Updates the Data Reduction Proxy configurator with the current config.
void UpdateConfigForTesting(bool enabled, bool restricted);
- // Updates the callback that is called when the warmup URL has been fetched.
- void SetWarmupURLFetcherCallbackForTesting(
- base::Callback<void()> warmup_url_fetched_callback);
-
private:
friend class MockDataReductionProxyConfig;
friend class TestDataReductionProxyConfig;
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698