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

Unified Diff: chrome/browser/extensions/webstore_inline_installer_unittest.cc

Issue 14197014: Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unnecessary real threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged ToT Created 7 years, 6 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/extensions/webstore_inline_installer_unittest.cc
diff --git a/chrome/browser/extensions/webstore_inline_installer_unittest.cc b/chrome/browser/extensions/webstore_inline_installer_unittest.cc
index 4211993ef11bac256bd0926bd6bd61e488ae0476..70e4ba1513d6a020097aeda937f2dc154cf182f0 100644
--- a/chrome/browser/extensions/webstore_inline_installer_unittest.cc
+++ b/chrome/browser/extensions/webstore_inline_installer_unittest.cc
@@ -62,10 +62,6 @@ class WebstoreInlineInstallerTest : public ChromeRenderViewHostTestHarness {
const std::vector<std::string>& verified_sites);
protected:
- WebstoreInlineInstallerTest()
- : thread_(content::BrowserThread::UI, &message_loop_) {}
-
- content::TestBrowserThread thread_;
scoped_ptr<content::WebContents> web_contents_;
};

Powered by Google App Engine
This is Rietveld 408576698