mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 73.0.3665.0 (#620590)
This commit is contained in:
committed by
Marshall Greenblatt
parent
10916749d6
commit
1a86240c93
@@ -101,7 +101,7 @@ class CefHttpUserAgentSettings : public net::HttpUserAgentSettings {
|
||||
|
||||
std::string GetUserAgent() const override {
|
||||
CEF_REQUIRE_IOT();
|
||||
return CefContentClient::Get()->GetUserAgent();
|
||||
return CefContentClient::Get()->browser()->GetUserAgent();
|
||||
}
|
||||
|
||||
private:
|
||||
@@ -405,7 +405,9 @@ net::URLRequestContext* CefURLRequestContextGetterImpl::GetURLRequestContext() {
|
||||
network_session_configurator::ParseCommandLineAndFieldTrials(
|
||||
*base::CommandLine::ForCurrentProcess(),
|
||||
false /* is_quic_force_disabled */,
|
||||
CefContentClient::Get()->GetUserAgent() /* quic_user_agent_id */,
|
||||
CefContentClient::Get()
|
||||
->browser()
|
||||
->GetUserAgent() /* quic_user_agent_id */,
|
||||
&network_session_params);
|
||||
network_session_params.ignore_certificate_errors =
|
||||
settings_.ignore_certificate_errors ? true : false;
|
||||
|
Reference in New Issue
Block a user