| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 644fd76b0ff6405def02008a4b389b14819acde0..a7d308b35659014302005a58a132f0e3d4d38447 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -1312,7 +1312,7 @@ ProfileIOData::CreateHttpNetworkSession(
|
| net::HttpNetworkSession::Context session_context;
|
| net::URLRequestContextBuilder::SetHttpNetworkSessionComponents(
|
| context, &session_context);
|
| - if (!IsOffTheRecord() && io_thread->globals()->network_quality_estimator) {
|
| + if (!IsOffTheRecord()) {
|
| session_context.socket_performance_watcher_factory =
|
| io_thread->globals()
|
| ->network_quality_estimator->GetSocketPerformanceWatcherFactory();
|
|
|