| Index: content/browser/frame_host/navigator_impl.h
|
| diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h
|
| index dc0644d96348967a45dfbf0f2c24ed6b38328786..5d210ba632b42474d5e3d44e5db2aabb6a487a80 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;
|
|
|