mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix shutdown assertion with authentication whitelist preferences (issue #1150)
This commit is contained in:
@ -183,6 +183,8 @@ void CefURLRequestContextGetterImpl::ShutdownOnUIThread() {
|
|||||||
quick_check_enabled_.Destroy();
|
quick_check_enabled_.Destroy();
|
||||||
pac_https_url_stripping_enabled_.Destroy();
|
pac_https_url_stripping_enabled_.Destroy();
|
||||||
force_google_safesearch_.Destroy();
|
force_google_safesearch_.Destroy();
|
||||||
|
auth_server_whitelist_.Destroy();
|
||||||
|
auth_negotiate_delegate_whitelist_.Destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
net::URLRequestContext* CefURLRequestContextGetterImpl::GetURLRequestContext() {
|
net::URLRequestContext* CefURLRequestContextGetterImpl::GetURLRequestContext() {
|
||||||
|
Reference in New Issue
Block a user