Index: chrome/browser/chrome_content_browser_client.cc |
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
index 94ccf123f1cf3b36c0ff69183e654a11ee6d6826..f251ea5a95e1a36951783b5fb33578cc688f6b6c 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -1775,7 +1775,8 @@ void ChromeContentBrowserClient::SelectClientCertificate( |
render_process_id, render_frame_id); |
WebContents* tab = WebContents::FromRenderFrameHost(rfh); |
if (!tab) { |
- NOTREACHED(); |
+ // TODO(davidben): This makes the request hang, but returning no certificate |
+ // also breaks. It should abort the request. See https://crbug.com/417092 |
return; |
} |