Commit d631bcd2 authored by Lucas Furukawa Gadani's avatar Lucas Furukawa Gadani Committed by Commit Bot

Add DumpWithoutCrashing to debug https://crbug.com/996337.

Bug: 996337
Change-Id: I18d8fee2f27842abd3ab48cb5bde90815afba5ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1785078
Commit-Queue: Lucas Gadani <lfg@chromium.org>
Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694873}
parent f07dc17b
......@@ -7030,6 +7030,11 @@ void RenderFrameHostImpl::SendCommitNavigation(
mojo::PendingRemote<network::mojom::URLLoaderFactory>
prefetch_loader_factory,
const base::UnguessableToken& devtools_navigation_token) {
// TODO(lfg): Temporary to debug https://crbug.com/996337.
if (common_params->url.SchemeIsCryptographic() &&
response_head.ssl_info.has_value() && !response_head.ssl_info->cert) {
base::debug::DumpWithoutCrashing();
}
if (navigation_client) {
navigation_client->CommitNavigation(
std::move(common_params), std::move(commit_params), response_head,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment