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

Unified Diff: chrome/browser/chrome_content_browser_client_unittest.cc

Issue 2342523002: Forcibly clear worker ref counts on shutdown. (Closed)
Patch Set: more bundles 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 9626aac39466cc3b6a5209853612c60d197c6709..e06213b3127badb552678c1a65070589322e1187 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