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

@@ -320,9 +320,6 @@ bool CefMainDelegate::BasicStartupComplete(int* exit_code) {
const_cast<base::CommandLine::SwitchMap*>(&map)->clear();
}
if (settings.single_process)
command_line->AppendSwitch(switches::kSingleProcess);
bool no_sandbox = settings.no_sandbox ? true : false;
if (settings.browser_subprocess_path.length > 0) {