Provide access to JobFactory in URLRequestContextGetter

This commit is contained in:
Cheng Zhao 2016-06-15 20:30:26 +09:00
parent ced54c4ada
commit d37a120a6a
3 changed files with 31 additions and 20 deletions

View file

@ -65,7 +65,7 @@ class BrowserContext : public base::RefCounted<BrowserContext>,
content::ProtocolHandlerMap* protocol_handlers,
content::URLRequestInterceptorScopedVector request_interceptors) override;
net::URLRequestContextGetter* url_request_context_getter() const {
URLRequestContextGetter* url_request_context_getter() const {
return url_request_getter_.get();
}