Chromium Code Reviews| Index: content/browser/frame_host/navigation_handle_impl.cc |
| diff --git a/content/browser/frame_host/navigation_handle_impl.cc b/content/browser/frame_host/navigation_handle_impl.cc |
| index 4fcb2c6c64bea036e556a0576ab29ad57f826ed3..6a2dea4a6379ed55e43af35ab9890657dd9adbcf 100644 |
| --- a/content/browser/frame_host/navigation_handle_impl.cc |
| +++ b/content/browser/frame_host/navigation_handle_impl.cc |
| @@ -306,7 +306,7 @@ void NavigationHandleImpl::DidRedirectNavigation(const GURL& new_url) { |
| void NavigationHandleImpl::ReadyToCommitNavigation( |
| RenderFrameHostImpl* render_frame_host, |
| scoped_refptr<net::HttpResponseHeaders> response_headers) { |
| - DCHECK(!render_frame_host_); |
| + // DCHECK(!render_frame_host_); |
|
falken
2015/11/26 10:36:42
clamy: How bad is disabling this DCHECK?
|
| render_frame_host_ = render_frame_host; |
| response_headers_ = response_headers; |
| state_ = READY_TO_COMMIT; |