Remove our plumbed methods

This commit is contained in:
Paul Betts 2015-10-19 12:57:32 -07:00
parent 0d63eaa07b
commit 5168b44932
3 changed files with 0 additions and 10 deletions

View file

@ -347,8 +347,4 @@ scoped_refptr<base::SingleThreadTaskRunner> URLRequestContextGetter::GetNetworkT
return BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO);
}
void URLRequestContextGetter::AllowNTLMCredentialsForAllDomains(bool should_allow) {
url_sec_mgr_->AllowNTLMCredentialsForAllDomains(should_allow);
}
} // namespace brightray