| Index: net/test/url_request/url_request_mock_http_job.cc
|
| diff --git a/net/test/url_request/url_request_mock_http_job.cc b/net/test/url_request/url_request_mock_http_job.cc
|
| index 7827877f7143ca1d5df85e3d74b84a6c974c156e..cf2cc6c8d8f2284844639e4005efbc138007eabe 100644
|
| --- a/net/test/url_request/url_request_mock_http_job.cc
|
| +++ b/net/test/url_request/url_request_mock_http_job.cc
|
| @@ -120,13 +120,6 @@ GURL URLRequestMockHTTPJob::GetMockHttpsUrl(const std::string& path) {
|
| }
|
|
|
| // static
|
| -GURL URLRequestMockHTTPJob::GetMockUrl(const base::FilePath& path) {
|
| - std::string path_str = path.MaybeAsASCII();
|
| - DCHECK(!path_str.empty()); // We only expect ASCII paths in tests.
|
| - return GetMockUrlForScheme(path_str, "http");
|
| -}
|
| -
|
| -// static
|
| scoped_ptr<URLRequestInterceptor> URLRequestMockHTTPJob::CreateInterceptor(
|
| const base::FilePath& base_path,
|
| const scoped_refptr<base::SequencedWorkerPool>& worker_pool) {
|
|
|