Store NetLog in BrowserClient
This commit is contained in:
parent
edda9d0488
commit
8a92ef34a7
8 changed files with 46 additions and 79 deletions
|
@ -46,9 +46,9 @@ class BrowserContext : public content::BrowserContext,
|
|||
content::PermissionManager* GetPermissionManager() override;
|
||||
|
||||
net::URLRequestContextGetter* CreateRequestContext(
|
||||
NetLog* net_log,
|
||||
content::ProtocolHandlerMap* protocol_handlers,
|
||||
content::URLRequestInterceptorScopedVector protocol_interceptors);
|
||||
net::NetLog* GetNetLog();
|
||||
|
||||
net::URLRequestContextGetter* url_request_context_getter() const {
|
||||
return url_request_getter_.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue