diff options
Diffstat (limited to 'content/browser/frame_host/navigator_impl.h')
-rw-r--r-- | content/browser/frame_host/navigator_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h index 7c1a10d..f5c09ba 100644 --- a/content/browser/frame_host/navigator_impl.h +++ b/content/browser/frame_host/navigator_impl.h @@ -76,9 +76,9 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator { FrameTreeNode* frame_tree_node, const FrameHostMsg_BeginNavigation_Params& params, const CommonNavigationParams& common_params) override; - virtual void CommitNavigation( - FrameTreeNode* frame_tree_node, - const NavigationBeforeCommitInfo& info) override; + virtual void CommitNavigation(FrameTreeNode* frame_tree_node, + ResourceResponse* response, + scoped_ptr<StreamHandle> body) override; virtual void LogResourceRequestTime( base::TimeTicks timestamp, const GURL& url) override; virtual void CancelNavigation(FrameTreeNode* frame_tree_node) override; |