Index: content/browser/frame_host/navigation_handle_impl.h |
diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h |
index 3eeed430174884bb1da488b9bfb8d4be41348b96..94d5590c4040676ce274a03e33920c146e9126bd 100644 |
--- a/content/browser/frame_host/navigation_handle_impl.h |
+++ b/content/browser/frame_host/navigation_handle_impl.h |
@@ -78,7 +78,6 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle { |
FrameTreeNode* frame_tree_node, |
bool is_renderer_initiated, |
bool is_same_page, |
- bool is_srcdoc, |
const base::TimeTicks& navigation_start, |
int pending_nav_entry_id, |
bool started_from_context_menu); |
@@ -90,7 +89,6 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle { |
bool IsInMainFrame() override; |
bool IsParentMainFrame() override; |
bool IsRendererInitiated() override; |
- bool IsSrcdoc() override; |
bool WasServerRedirect() override; |
int GetFrameTreeNodeId() override; |
int GetParentFrameTreeNodeId() override; |
@@ -310,7 +308,6 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle { |
FrameTreeNode* frame_tree_node, |
bool is_renderer_initiated, |
bool is_same_page, |
- bool is_srcdoc, |
const base::TimeTicks& navigation_start, |
int pending_nav_entry_id, |
bool started_from_context_menu); |
@@ -353,7 +350,6 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle { |
RenderFrameHostImpl* render_frame_host_; |
const bool is_renderer_initiated_; |
const bool is_same_page_; |
- const bool is_srcdoc_; |
bool was_redirected_; |
scoped_refptr<net::HttpResponseHeaders> response_headers_; |
net::HttpResponseInfo::ConnectionInfo connection_info_; |