allow delegate to provide cookieable schemes

This commit is contained in:
deepak1556 2016-08-04 12:20:19 +05:30
parent 826fbf3e21
commit e96b224307
4 changed files with 5 additions and 17 deletions

View file

@ -47,6 +47,9 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
const base::FilePath& base_path);
virtual std::unique_ptr<net::CertVerifier> CreateCertVerifier();
virtual net::SSLConfigService* CreateSSLConfigService();
virtual std::vector<std::string> GetCookieableSchemes() {
return std::vector<std::string>();
}
};
URLRequestContextGetter(