allow delegate to provide cookieable schemes
This commit is contained in:
parent
826fbf3e21
commit
e96b224307
4 changed files with 5 additions and 17 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue