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