Index: content/browser/frame_host/navigation_request.h |
diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h |
index 294d086ce677a3f8817dd8ec3b4643e594a10944..7179c30880ca6189dfcb8675d2af10eb9d3cdf88 100644 |
--- a/content/browser/frame_host/navigation_request.h |
+++ b/content/browser/frame_host/navigation_request.h |
@@ -128,7 +128,7 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate { |
// Creates a NavigationHandle. This should be called after any previous |
// NavigationRequest for the FrameTreeNode has been destroyed. |
- void CreateNavigationHandle(); |
+ void CreateNavigationHandle(double navigation_start); |
clamy
2015/10/28 12:40:01
There is no need to pass the navigation_start as a
|
// Transfers the ownership of the NavigationHandle to |render_frame_host|. |
// This should be called when the navigation is ready to commit, because the |