Put definetion of GetCookieableSchemes in .cc to match other methods
This commit is contained in:
parent
5ecefd298a
commit
900225bb03
2 changed files with 5 additions and 3 deletions
|
@ -103,6 +103,10 @@ net::SSLConfigService* URLRequestContextGetter::Delegate::CreateSSLConfigService
|
|||
return new net::SSLConfigServiceDefaults;
|
||||
}
|
||||
|
||||
std::vector<std::string> URLRequestContextGetter::Delegate::GetCookieableSchemes() {
|
||||
return { "http", "https", "ws", "wss" };
|
||||
}
|
||||
|
||||
URLRequestContextGetter::URLRequestContextGetter(
|
||||
Delegate* delegate,
|
||||
DevToolsNetworkControllerHandle* handle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue