Remove CefSettings.single_process. This mode is not supported and CefSettings makes it too easy to enable. The command-line flag still exists.

This commit is contained in:
Marshall Greenblatt
2018-07-09 13:31:32 -04:00
parent 9e22c975fa
commit 9229cdd0eb
3 changed files with 0 additions and 12 deletions

View File

@@ -539,7 +539,6 @@ struct CefSettingsTraits {
static inline void set(const struct_type* src,
struct_type* target,
bool copy) {
target->single_process = src->single_process;
target->no_sandbox = src->no_sandbox;
cef_string_set(src->browser_subprocess_path.str,
src->browser_subprocess_path.length,