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

Unified Diff: chrome_frame/test/http_server.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/worker/worker_uitest.cc ('k') | net/base/net_test_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/http_server.cc
diff --git a/chrome_frame/test/http_server.cc b/chrome_frame/test/http_server.cc
index 91892e0954f484df533fc77d54a5355ac9a760cd..89b0bc51b4f9e4a44a183ffbf8d5c90847b11254 100644
--- a/chrome_frame/test/http_server.cc
+++ b/chrome_frame/test/http_server.cc
@@ -10,7 +10,7 @@ const wchar_t kDocRoot[] = L"chrome_frame\\test\\data";
void ChromeFrameHTTPServer::SetUp() {
std::wstring document_root(kDocRoot);
- server_ = HTTPTestServer::CreateServer(document_root, NULL, 30, 1000);
+ server_ = HTTPTestServer::CreateServer(document_root);
ASSERT_TRUE(server_ != NULL);
// copy CFInstance.js into the test directory
« no previous file with comments | « chrome/worker/worker_uitest.cc ('k') | net/base/net_test_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698