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

Unified Diff: chrome/browser/io_thread.h

Issue 734263003: Move data reduction proxy logic out of chrome and android webview network delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 897d2aa18209004304be365e7455e6eb506abc56..04beb455ee4e736800a0ab51daba9693dead4493 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -41,6 +41,7 @@ class DnsProbeService;
namespace data_reduction_proxy {
class DataReductionProxyAuthRequestHandler;
class DataReductionProxyDelegate;
+class DataReductionProxyNetworkDelegate;
class DataReductionProxyParams;
}
@@ -317,7 +318,9 @@ class IOThread : public content::BrowserThreadDelegate {
void ConfigureQuic(const base::CommandLine& command_line);
// Set up data reduction proxy related objects on IO thread globals.
- void SetupDataReductionProxy(ChromeNetworkDelegate* network_delegate);
+ void SetupDataReductionProxy(
+ data_reduction_proxy::DataReductionProxyNetworkDelegate*
+ network_delegate);
extensions::EventRouterForwarder* extension_event_router_forwarder() {
#if defined(ENABLE_EXTENSIONS)

Powered by Google App Engine
This is Rietveld 408576698