Index: chrome/browser/chromeos/external_protocol_dialog.cc |
=================================================================== |
--- chrome/browser/chromeos/external_protocol_dialog.cc (revision 243063) |
+++ chrome/browser/chromeos/external_protocol_dialog.cc (working copy) |
@@ -35,7 +35,6 @@ |
const GURL& url, int render_process_host_id, int routing_id) { |
WebContents* web_contents = tab_util::GetWebContentsByID( |
render_process_host_id, routing_id); |
- DCHECK(web_contents); |
tburkard
2014/01/06 10:54:38
Why this change, seems like the semantics of |web_
jam
2014/01/06 15:44:18
I actually had to change this to fix a crash, so t
|
new ExternalProtocolDialog(web_contents, url); |
} |