Index: net/test/url_request/url_request_mock_http_job.h |
diff --git a/net/test/url_request/url_request_mock_http_job.h b/net/test/url_request/url_request_mock_http_job.h |
index 6e454f410e02c82047e70a51aec861856050f8f4..61d506932a7efc8c790a644a82c2a2ed83e04587 100644 |
--- a/net/test/url_request/url_request_mock_http_job.h |
+++ b/net/test/url_request/url_request_mock_http_job.h |
@@ -54,13 +54,6 @@ class URLRequestMockHTTPJob : public URLRequestFileJob { |
const base::FilePath& base_path, |
const scoped_refptr<base::SequencedWorkerPool>& worker_pool); |
- // Respond to all HTTP requests of |hostname| with contents of the file |
- // located at |file_path|. |
- static void AddHostnameToFileHandler( |
- const std::string& hostname, |
- const base::FilePath& file, |
- const scoped_refptr<base::SequencedWorkerPool>& worker_pool); |
- |
// Given the path to a file relative to the path passed to AddUrlHandler(), |
// construct a mock URL. |
static GURL GetMockUrl(const base::FilePath& path); |