Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 897d2aa18209004304be365e7455e6eb506abc56..963179d2310d7f4deec572722b992144c6ab79da 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -317,7 +317,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) |