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

Unified Diff: chrome/test/in_process_browser_test.cc

Issue 2881028: GTTF: test server cleanup: (Closed)
Patch Set: final Created 10 years, 5 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/test/automation/automation_proxy_uitest.cc ('k') | chrome/test/interactive_ui/infobars_uitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/in_process_browser_test.cc
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
index 438a34cd34639813ce06e336b37a4e72f23639f6..f2c410dc26ad0c93cfc3ff3a0f92cee21c4a2b2d 100644
--- a/chrome/test/in_process_browser_test.cc
+++ b/chrome/test/in_process_browser_test.cc
@@ -239,11 +239,9 @@ void InProcessBrowserTest::TearDown() {
}
HTTPTestServer* InProcessBrowserTest::StartHTTPServer() {
- // The HTTPServer must run on the IO thread.
DCHECK(!http_server_.get());
http_server_ = HTTPTestServer::CreateServer(
- L"chrome/test/data",
- g_browser_process->io_thread()->message_loop());
+ L"chrome/test/data");
return http_server_.get();
}
« no previous file with comments | « chrome/test/automation/automation_proxy_uitest.cc ('k') | chrome/test/interactive_ui/infobars_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698