| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 8840dcefbe92ced9a315d0280056d7115160222e..1833be3d0fdaf5c7a75b2e71625ffbe6aa0d5266 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -589,8 +589,6 @@ void IOThread::Init() {
|
|
|
| globals_->throttler_manager.reset(new net::URLRequestThrottlerManager());
|
| globals_->throttler_manager->set_net_log(net_log_);
|
| - // Always done in production, disabled only for unit tests.
|
| - globals_->throttler_manager->set_enable_thread_checks(true);
|
|
|
| globals_->proxy_script_fetcher_context.reset(
|
| ConstructProxyScriptFetcherContext(globals_, net_log_));
|
|
|