summaryrefslogtreecommitdiff
path: root/chromium/content/browser/frame_host/navigator.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/frame_host/navigator.h')
-rw-r--r--chromium/content/browser/frame_host/navigator.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/chromium/content/browser/frame_host/navigator.h b/chromium/content/browser/frame_host/navigator.h
index b5e0e84a538..ce1c97dec99 100644
--- a/chromium/content/browser/frame_host/navigator.h
+++ b/chromium/content/browser/frame_host/navigator.h
@@ -124,6 +124,7 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> {
virtual void RequestTransferURL(
RenderFrameHostImpl* render_frame_host,
const GURL& url,
+ SiteInstance* source_site_instance,
const std::vector<GURL>& redirect_chain,
const Referrer& referrer,
ui::PageTransition page_transition,
@@ -148,13 +149,6 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> {
scoped_refptr<ResourceRequestBody> body);
// PlzNavigate
- // Signal |render_frame_host| that a navigation is ready to commit (the
- // response to the navigation request has been received).
- virtual void CommitNavigation(FrameTreeNode* frame_tree_node,
- ResourceResponse* response,
- scoped_ptr<StreamHandle> body);
-
- // PlzNavigate
// Called when a NavigationRequest for |frame_tree_node| failed. An
// appropriate RenderFrameHost should be selected and asked to show an error
// page. |has_stale_copy_in_cache| is true if there is a stale copy of the