| 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 7cec5bf579bf362f9775f87bbadcb8483579a38b..4afdde15a1322c7b3504be6db819be3d45f71f82 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl.cc
|
| @@ -133,9 +133,6 @@ bool NavigationHandleImpl::IsSamePage() {
|
| }
|
|
|
| const net::HttpResponseHeaders* NavigationHandleImpl::GetResponseHeaders() {
|
| - DCHECK(state_ >= WILL_REDIRECT_REQUEST)
|
| - << "This accessor should only be called when the request encountered a "
|
| - "redirect or received a response";
|
| return response_headers_.get();
|
| }
|
|
|
|
|