| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index e32efc284d5b3ce57a4e06b06901fc9ea12c51bb..27a235011e8471fd55b5ee37663b7ae9bf426cee 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -660,7 +660,8 @@ void IOThread::InitAsync() {
|
| globals_->data_reduction_proxy_auth_request_handler.reset(
|
| new data_reduction_proxy::DataReductionProxyAuthRequestHandler(
|
| DataReductionProxyChromeSettings::GetClient(),
|
| - DataReductionProxyChromeSettings::GetBuildAndPatchNumber(),
|
| + DataReductionProxyChromeSettings::GetBuildNumber(),
|
| + DataReductionProxyChromeSettings::GetPatchNumber(),
|
| globals_->data_reduction_proxy_params.get(),
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)));
|
| // This is the same as in ProfileImplIOData except that we do not collect
|
|
|