| Index: content/public/test/browser_test_base.cc
|
| diff --git a/content/public/test/browser_test_base.cc b/content/public/test/browser_test_base.cc
|
| index 189218257e1750f9c3f8327103ee0881d28391c4..d9e976e15f6bd23946a86a8676e7920e8c702cea 100644
|
| --- a/content/public/test/browser_test_base.cc
|
| +++ b/content/public/test/browser_test_base.cc
|
| @@ -381,9 +381,7 @@ void BrowserTestBase::InitializeNetworkProcess() {
|
| // the host rules (when not using the network service).
|
| if (network_service ||
|
| std::string(test_info->name()) != "ProcessTransferAfterError") {
|
| - // TODO(jam): enable this once all access to host_resolver() is in
|
| - // SetUpOnMainThread or before. http://crbug.com/713847
|
| - // host_resolver()->DisableModifications();
|
| + host_resolver()->DisableModifications();
|
| }
|
|
|
| if (!network_service)
|
|
|