| 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 53c566373592ee72bfa79b6a6cd4782fb7479580..83172cdfe19f5b6d7dbbcc59061d30f5f2c63b6d 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl.cc
|
| @@ -221,7 +221,6 @@ bool NavigationHandleImpl::IsSamePage() {
|
| }
|
|
|
| const net::HttpResponseHeaders* NavigationHandleImpl::GetResponseHeaders() {
|
| - DCHECK_GE(state_, WILL_REDIRECT_REQUEST);
|
| return response_headers_.get();
|
| }
|
|
|
|
|