mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove the CefSettings.context_safety_implementation option (issue #1853).
The default hash implementation will now always be used.
This commit is contained in:
@@ -29,9 +29,6 @@ const char kDisablePackLoading[] = "disable-pack-loading";
|
||||
// Stack size for uncaught exceptions.
|
||||
const char kUncaughtExceptionStackSize[] = "uncaught-exception-stack-size";
|
||||
|
||||
// Context safety implementation type.
|
||||
const char kContextSafetyImplementation[] = "context-safety-implementation";
|
||||
|
||||
// Default encoding.
|
||||
const char kDefaultEncoding[] = "default-encoding";
|
||||
|
||||
|
Reference in New Issue
Block a user