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 bc9cb61a8964c456cc399bb5a38f60f11c964a5d..829ab711cf79ad10ed0b0030d9d537cae1c81b7d 100644 |
--- a/content/browser/frame_host/navigation_handle_impl.cc |
+++ b/content/browser/frame_host/navigation_handle_impl.cc |
@@ -140,11 +140,6 @@ NavigatorDelegate* NavigationHandleImpl::GetDelegate() const { |
return frame_tree_node_->navigator()->GetDelegate(); |
} |
-RequestContextType NavigationHandleImpl::GetRequestContextType() const { |
- DCHECK_GE(state_, WILL_SEND_REQUEST); |
- return request_context_type_; |
-} |
- |
const GURL& NavigationHandleImpl::GetURL() { |
return url_; |
} |