| Index: content/browser/frame_host/navigator_impl_unittest.cc
|
| diff --git a/content/browser/frame_host/navigator_impl_unittest.cc b/content/browser/frame_host/navigator_impl_unittest.cc
|
| index e8a544209244019af771a68916bcc817dcfca16f..d869f06a0d13c5d27c397fcbd5c5a5f55356297f 100644
|
| --- a/content/browser/frame_host/navigator_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigator_impl_unittest.cc
|
| @@ -48,20 +48,12 @@ class NavigatorTestWithBrowserSideNavigation
|
| using SiteInstanceRelation = RenderFrameHostManager::SiteInstanceRelation;
|
|
|
| void SetUp() override {
|
| -#if !defined(OS_ANDROID)
|
| - ImageTransportFactory::InitializeForUnitTests(
|
| - std::unique_ptr<ImageTransportFactory>(
|
| - new NoTransportImageTransportFactory));
|
| -#endif
|
| EnableBrowserSideNavigation();
|
| RenderViewHostImplTestHarness::SetUp();
|
| }
|
|
|
| void TearDown() override {
|
| RenderViewHostImplTestHarness::TearDown();
|
| -#if !defined(OS_ANDROID)
|
| - ImageTransportFactory::Terminate();
|
| -#endif
|
| }
|
|
|
| TestNavigationURLLoader* GetLoaderForNavigationRequest(
|
|
|