| Index: net/url_request/url_request_job_factory.h
|
| diff --git a/net/url_request/url_request_job_factory.h b/net/url_request/url_request_job_factory.h
|
| index 2c0c41c49a171ceb421ca41e20e56f3c547f3d47..746e9486894546b36f8d9fb20a5ffdaec8109bb7 100644
|
| --- a/net/url_request/url_request_job_factory.h
|
| +++ b/net/url_request/url_request_job_factory.h
|
| @@ -62,9 +62,7 @@ class NET_EXPORT URLRequestJobFactory
|
| // Returns true if this interceptor handles requests for URLs with the
|
| // given protocol. Returning false does not imply that this interceptor
|
| // can't or won't handle requests with the given protocol.
|
| - virtual bool WillHandleProtocol(const std::string& protocol) const {
|
| - return false;
|
| - }
|
| + virtual bool WillHandleProtocol(const std::string& protocol) const;
|
| };
|
|
|
| URLRequestJobFactory();
|
|
|