diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-06 14:39:08 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-06 14:39:08 +0000 |
commit | 3d0a309134292d1a19253391503dbdcb657df7a9 (patch) | |
tree | 176726adf90bad60a969dcc7866f9635aad6f497 /net/test/test_server.h | |
parent | a66397e4836935deec66807fa13650ad342de641 (diff) | |
download | chromium_src-3d0a309134292d1a19253391503dbdcb657df7a9.zip chromium_src-3d0a309134292d1a19253391503dbdcb657df7a9.tar.gz chromium_src-3d0a309134292d1a19253391503dbdcb657df7a9.tar.bz2 |
Remove TestServer::WaitToFinish, it is now unused.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3555012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/test/test_server.h')
-rw-r--r-- | net/test/test_server.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/test/test_server.h b/net/test/test_server.h index 6baaaec..4e68fd9 100644 --- a/net/test/test_server.h +++ b/net/test/test_server.h @@ -52,12 +52,6 @@ class TestServer { // Stop the server started by Start(). bool Stop(); - // If you access the server's Kill url, it will exit by itself - // without a call to Stop(). - // WaitToFinish is handy in that case. - // It returns true if the server exited cleanly. - bool WaitToFinish(int milliseconds) WARN_UNUSED_RESULT; - const FilePath& document_root() const { return document_root_; } const HostPortPair& host_port_pair() const { return host_port_pair_; } std::string GetScheme() const; |