mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-27 09:41:17 +01:00
Fix shutdown assertion with authentication whitelist preferences (issue #1150)
This commit is contained in:
parent
8fc370c9be
commit
dd8daeb8c9
@ -183,6 +183,8 @@ void CefURLRequestContextGetterImpl::ShutdownOnUIThread() {
|
||||
quick_check_enabled_.Destroy();
|
||||
pac_https_url_stripping_enabled_.Destroy();
|
||||
force_google_safesearch_.Destroy();
|
||||
auth_server_whitelist_.Destroy();
|
||||
auth_negotiate_delegate_whitelist_.Destroy();
|
||||
}
|
||||
|
||||
net::URLRequestContext* CefURLRequestContextGetterImpl::GetURLRequestContext() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user