Cleanup URLRequestContextGetter.
In brightray line length limit is 100 so we could make code formatted more tidy.
This commit is contained in:
parent
3fefdcba0d
commit
6e420d5137
2 changed files with 31 additions and 42 deletions
|
@ -47,13 +47,13 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
|
|||
content::ProtocolHandlerScopedVector protocol_interceptors);
|
||||
virtual ~URLRequestContextGetter();
|
||||
|
||||
net::HostResolver* host_resolver();
|
||||
// net::URLRequestContextGetter:
|
||||
virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
|
||||
virtual scoped_refptr<base::SingleThreadTaskRunner> GetNetworkTaskRunner() const OVERRIDE;
|
||||
|
||||
net::HostResolver* host_resolver();
|
||||
|
||||
private:
|
||||
virtual scoped_refptr<base::SingleThreadTaskRunner>
|
||||
GetNetworkTaskRunner() const OVERRIDE;
|
||||
|
||||
Delegate* delegate_;
|
||||
|
||||
base::FilePath base_path_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue