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

Unified Diff: content/public/test/browser_test_base.h

Issue 37683004: GTTF: Make EmbeddedTestServer always use its own thread for IO (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots Created 7 years, 2 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
« no previous file with comments | « chrome/browser/ui/pdf/pdf_browsertest.cc ('k') | content/public/test/browser_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/browser_test_base.h
diff --git a/content/public/test/browser_test_base.h b/content/public/test/browser_test_base.h
index 4203db398f293bcbc62521d99e7dd81fb30cb08e..f9171bbe56a0edd9182ee6e80f428007a07e42a6 100644
--- a/content/public/test/browser_test_base.h
+++ b/content/public/test/browser_test_base.h
@@ -133,7 +133,6 @@ class BrowserTestBase : public testing::Test {
scoped_ptr<net::SpawnedTestServer> test_server_;
// Embedded test server, cheap to create, started on demand.
- base::Thread embedded_test_server_io_thread_;
scoped_ptr<net::test_server::EmbeddedTestServer> embedded_test_server_;
// Host resolver used during tests.
« no previous file with comments | « chrome/browser/ui/pdf/pdf_browsertest.cc ('k') | content/public/test/browser_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698