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

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings_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/content_settings/tab_specific_content_settings_unittest.cc
diff --git a/chrome/browser/content_settings/tab_specific_content_settings_unittest.cc b/chrome/browser/content_settings/tab_specific_content_settings_unittest.cc
index 9dd833ac0254f12d295d0313d44f1b99ca497123..3d24dc8295e6119b55968c5020f4b77abc22d23a 100644
--- a/chrome/browser/content_settings/tab_specific_content_settings_unittest.cc
+++ b/chrome/browser/content_settings/tab_specific_content_settings_unittest.cc
@@ -38,18 +38,10 @@ class MockSiteDataObserver
class TabSpecificContentSettingsTest : public ChromeRenderViewHostTestHarness {
public:
- TabSpecificContentSettingsTest()
- : browser_thread_(BrowserThread::UI, &message_loop_) {}
-
virtual void SetUp() OVERRIDE {
ChromeRenderViewHostTestHarness::SetUp();
TabSpecificContentSettings::CreateForWebContents(web_contents());
}
-
- private:
- content::TestBrowserThread browser_thread_;
-
- DISALLOW_COPY_AND_ASSIGN(TabSpecificContentSettingsTest);
};
TEST_F(TabSpecificContentSettingsTest, BlockedContent) {

Powered by Google App Engine
This is Rietveld 408576698