Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 9c418ca238cbd621115198b34568fd218c4b57f0..0b2106edbfb957f1b6d9e0cd85e640eedc22b7a0 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -319,7 +319,7 @@ 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(); |
extensions::EventRouterForwarder* extension_event_router_forwarder() { |
#if defined(ENABLE_EXTENSIONS) |