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

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

Issue 562203002: Flush SimpleCache worker pool between all tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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
Index: content/public/test/content_test_suite_base.cc
diff --git a/content/public/test/content_test_suite_base.cc b/content/public/test/content_test_suite_base.cc
index 1da25335b1f923a19b51f1cb7dd846047aa95b54..6fa29b068bb7220f48fcdc67a835d4f9927b4576 100644
--- a/content/public/test/content_test_suite_base.cc
+++ b/content/public/test/content_test_suite_base.cc
@@ -44,7 +44,7 @@ class ContentTestSuiteBaseListener : public testing::EmptyTestEventListener {
ContentTestSuiteBaseListener() {
}
virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
- BrowserThreadImpl::FlushThreadPoolHelper();
+ BrowserThreadImpl::FlushThreadPoolHelperForTesting();
}
private:
DISALLOW_COPY_AND_ASSIGN(ContentTestSuiteBaseListener);
« no previous file with comments | « content/browser/service_worker/service_worker_cache_unittest.cc ('k') | content/public/test/test_browser_thread_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698