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

Unified Diff: chrome/browser/chrome_content_browser_client_unittest.cc

Issue 2342523002: Forcibly clear worker ref counts on shutdown. (Closed)
Patch Set: rebase Created 4 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: chrome/browser/chrome_content_browser_client_unittest.cc
diff --git a/chrome/browser/chrome_content_browser_client_unittest.cc b/chrome/browser/chrome_content_browser_client_unittest.cc
index 4cb52fee2c0b6b6fbd9e1dd4f9d3563ae2afffbf..48cbfb37dc47ba66abe8479e0ecf10058ed510a6 100644
--- a/chrome/browser/chrome_content_browser_client_unittest.cc
+++ b/chrome/browser/chrome_content_browser_client_unittest.cc
@@ -503,7 +503,7 @@ class ChromeContentBrowserClientClearSiteDataTest : public testing::Test {
return base::WrapUnique(new MockBrowsingDataRemover(context));
}
- base::MessageLoop loop_;
+ content::TestBrowserThreadBundle thread_bundle_;
TestingProfile profile_;
bool finished_;
};

Powered by Google App Engine
This is Rietveld 408576698