mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 126.0.6478.0 (#1300313)
This commit is contained in:
@ -1221,6 +1221,10 @@ void ClientHandler::OnRenderProcessTerminated(CefRefPtr<CefBrowser> browser,
|
||||
BaseClientHandler::OnRenderProcessTerminated(browser, status, error_code,
|
||||
error_string);
|
||||
|
||||
LOG(ERROR) << "Render process terminated with status "
|
||||
<< test_runner::GetErrorString(status) << " ("
|
||||
<< error_string.ToString() << ")";
|
||||
|
||||
// Don't reload if there's no start URL, or if the crash URL was specified.
|
||||
if (startup_url_.empty() || startup_url_ == "chrome://crash") {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user