summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/http_server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/http_server.cc')
-rw-r--r--chrome_frame/test/http_server.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome_frame/test/http_server.cc b/chrome_frame/test/http_server.cc
index 496e1ba..63da6ad 100644
--- a/chrome_frame/test/http_server.cc
+++ b/chrome_frame/test/http_server.cc
@@ -63,15 +63,6 @@ void ChromeFrameHTTPServer::TearDown() {
file_util::Delete(cfi_path, false);
}
-bool ChromeFrameHTTPServer::WaitToFinish(int milliseconds) {
- bool ret = test_server_.WaitToFinish(milliseconds);
- if (!ret) {
- LOG(ERROR) << "WaitToFinish failed with error:" << ::GetLastError();
- ret = test_server_.Stop();
- }
- return ret;
-}
-
// TODO(phajdan.jr): Change wchar_t* to std::string& and fix callers.
GURL ChromeFrameHTTPServer::Resolve(const wchar_t* relative_url) {
return test_server_.GetURL(WideToUTF8(relative_url));