Create a new API to trump IE security settings if desired
This commit is contained in:
parent
2c21f1a304
commit
d123c8613d
4 changed files with 12 additions and 0 deletions
|
@ -78,6 +78,8 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
|
|||
net::URLRequestContext* GetURLRequestContext() override;
|
||||
scoped_refptr<base::SingleThreadTaskRunner> GetNetworkTaskRunner() const override;
|
||||
|
||||
void AllowNTLMCredentialsForAllDomains(bool should_allow);
|
||||
|
||||
net::HostResolver* host_resolver();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue