Remove the dependence on BrowserThread::FILE for

https://codereview.chromium.org/2944313003
This commit is contained in:
Aleksei Kuzmin 2017-08-23 21:55:46 +03:00 committed by Cheng Zhao
parent b29c485ec4
commit 6c7ad3ac58
5 changed files with 2 additions and 9 deletions

View file

@ -66,7 +66,6 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
const base::FilePath& base_path,
bool in_memory,
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> file_task_runner,
content::ProtocolHandlerMap* protocol_handlers,
content::URLRequestInterceptorScopedVector protocol_interceptors);
virtual ~URLRequestContextGetter();
@ -87,7 +86,6 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
base::FilePath base_path_;
bool in_memory_;
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
scoped_refptr<base::SingleThreadTaskRunner> file_task_runner_;
std::string user_agent_;