Fix shutdown assertion with authentication whitelist preferences (issue #1150)

This commit is contained in:
Marshall Greenblatt 2016-10-27 13:22:34 -04:00
parent d8f943cd94
commit 917b4a0de5

View File

@ -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() {