Index: content/public/test/render_view_test.cc |
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc |
index d5d5fa580c386303e1c1b1dba476117966cb93f8..2706d71ecf717abeee87ab4b024f5252826bb8b7 100644 |
--- a/content/public/test/render_view_test.cc |
+++ b/content/public/test/render_view_test.cc |
@@ -369,12 +369,9 @@ void RenderViewTest::SetUp() { |
#if !defined(OS_IOS) |
InitializeMojo(); |
- if (base::CommandLine::ForCurrentProcess()->HasSwitch("use-new-edk")) { |
- test_io_thread_.reset(new base::TestIOThread( |
- base::TestIOThread::kAutoStart)); |
- ipc_support_.reset(new mojo::test::ScopedIPCSupport( |
- test_io_thread_->task_runner())); |
- } |
+ test_io_thread_.reset(new base::TestIOThread(base::TestIOThread::kAutoStart)); |
+ ipc_support_.reset( |
+ new mojo::edk::test::ScopedIPCSupport(test_io_thread_->task_runner())); |
#endif |
// This needs to pass the mock render thread to the view. |