Pass net::URLRequestContextGetter in scoped_refptr
This commit is contained in:
parent
c295979270
commit
0644129fbe
7 changed files with 31 additions and 33 deletions
|
@ -119,7 +119,7 @@ void AdapterRequestJob::CreateFileJobAndStart(const base::FilePath& path) {
|
|||
}
|
||||
|
||||
void AdapterRequestJob::CreateHttpJobAndStart(
|
||||
net::URLRequestContextGetter* request_context_getter,
|
||||
scoped_refptr<net::URLRequestContextGetter> request_context_getter,
|
||||
const GURL& url,
|
||||
const std::string& method,
|
||||
const std::string& referrer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue