handle partition config in browser context
This commit is contained in:
parent
89e66f15c3
commit
fa5c8fc943
5 changed files with 34 additions and 11 deletions
|
@ -49,6 +49,7 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
|
|||
Delegate* delegate,
|
||||
NetLog* net_log,
|
||||
const base::FilePath& base_path,
|
||||
bool in_memory,
|
||||
base::MessageLoop* io_loop,
|
||||
base::MessageLoop* file_loop,
|
||||
content::ProtocolHandlerMap* protocol_handlers,
|
||||
|
@ -66,6 +67,7 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
|
|||
|
||||
NetLog* net_log_;
|
||||
base::FilePath base_path_;
|
||||
bool in_memory_;
|
||||
base::MessageLoop* io_loop_;
|
||||
base::MessageLoop* file_loop_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue