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

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

Issue 2620633004: Remove mojo::edk::test::ScopedIPCSupport (Closed)
Patch Set: . Created 3 years, 11 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/render_thread_impl_browsertest.cc » ('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 fed88d5e61dd15a3d801ba9017e0d6918ccc8614..83679237b013c7f7cb66c427ecc43aa6f2f4a0cd 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -237,8 +237,9 @@ void RenderViewTest::SetUp() {
// Initialize mojo firstly to enable Blink initialization to use it.
InitializeMojo();
test_io_thread_.reset(new base::TestIOThread(base::TestIOThread::kAutoStart));
- ipc_support_.reset(
- new mojo::edk::test::ScopedIPCSupport(test_io_thread_->task_runner()));
+ ipc_support_.reset(new mojo::edk::ScopedIPCSupport(
+ test_io_thread_->task_runner(),
+ mojo::edk::ScopedIPCSupport::ShutdownPolicy::FAST));
// Blink needs to be initialized before calling CreateContentRendererClient()
// because it uses blink internally.
« no previous file with comments | « content/public/test/render_view_test.h ('k') | content/renderer/render_thread_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698