Remove the CefSettings.context_safety_implementation option (issue #1853).

The default hash implementation will now always be used.
This commit is contained in:
Marshall Greenblatt
2017-05-09 15:29:24 -04:00
parent 96f9108343
commit 77097ffab7
7 changed files with 12 additions and 110 deletions

View File

@@ -601,7 +601,6 @@ struct CefSettingsTraits {
target->pack_loading_disabled = src->pack_loading_disabled;
target->remote_debugging_port = src->remote_debugging_port;
target->uncaught_exception_stack_size = src->uncaught_exception_stack_size;
target->context_safety_implementation = src->context_safety_implementation;
target->ignore_certificate_errors = src->ignore_certificate_errors;
target->enable_net_security_expiration =
src->enable_net_security_expiration;