| 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 c17e34292ef2d6015820d9d88823261787043f11..ab07e95a988e211ee128a95909218ffc25ce02c7 100644
|
| --- a/content/public/test/render_view_test.cc
|
| +++ b/content/public/test/render_view_test.cc
|
| @@ -368,12 +368,10 @@ 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.
|
|
|