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

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

Issue 2268283004: Stop calling blink::shutdown in content/ tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | content/test/test_blink_web_unit_test_support.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 c5821b9da45a64beec9d087d50f4ebcc3bddc781..a5f2bfc7f5978bdd5dd3fec1395fe1c7c6f24c6b 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -339,17 +339,12 @@ void RenderViewTest::TearDown() {
base::RunLoop().RunUntilIdle();
#if defined(OS_MACOSX)
- // Needs to run before blink::shutdown().
autorelease_pool_.reset(NULL);
#endif
leak_detector->collectGarbageAndReport();
- base::RunLoop().RunUntilIdle();
-
blink_platform_impl_.Shutdown();
- blink::shutdown();
-
platform_->PlatformUninitialize();
platform_.reset();
params_.reset();
« no previous file with comments | « no previous file | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698