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

Unified Diff: content/test/test_blink_web_unit_test_support.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 | « content/public/test/render_view_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index 0661f3fe99abc01fbc2099fe61a07467e2d85e6e..50b6d3357b365bae165c9904f2a4cfff959bd248 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -153,7 +153,6 @@ TestBlinkWebUnitTestSupport::~TestBlinkWebUnitTestSupport() {
mock_clipboard_.reset();
if (renderer_scheduler_)
renderer_scheduler_->Shutdown();
- blink::shutdown();
// Clear the FeatureList that was registered in the constructor.
base::FeatureList::ClearInstanceForTesting();
« no previous file with comments | « content/public/test/render_view_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698