Nuke old declaration

This commit is contained in:
Paul Betts 2015-10-19 19:42:23 -07:00
parent 5168b44932
commit b7b3029e2a

View file

@ -81,8 +81,6 @@ 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: