Index: chrome/browser/io_thread.cc |
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
index 776693c2a0846f883a676a9cfa6aebd4d30e889a..e403d0fd6b1bb02bce35a57235558437d84467d2 100644 |
--- a/chrome/browser/io_thread.cc |
+++ b/chrome/browser/io_thread.cc |
@@ -650,7 +650,6 @@ void IOThread::InitAsync() { |
globals_->data_reduction_proxy_auth_request_handler.reset( |
new data_reduction_proxy::DataReductionProxyAuthRequestHandler( |
DataReductionProxyChromeSettings::GetClient(), |
- chrome::VersionInfo().Version(), |
globals_->data_reduction_proxy_params.get(), |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO))); |
globals_->data_reduction_proxy_delegate.reset( |