Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1293)

Unified Diff: content/public/test/render_view_test.cc

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/test/render_view_test.h ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/public/test/render_view_test.h ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698