Index: content/browser/frame_host/navigator.h |
diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h |
index e2f737d586ff0a21738c60ff6a2f7213b9e86166..8cafda605b1314672ab14ae965c44d14da49dfc5 100644 |
--- a/content/browser/frame_host/navigator.h |
+++ b/content/browser/frame_host/navigator.h |
@@ -145,7 +145,8 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> { |
// response to the navigation request has been received). |
virtual void CommitNavigation(FrameTreeNode* frame_tree_node, |
ResourceResponse* response, |
- scoped_ptr<StreamHandle> body); |
+ scoped_ptr<StreamHandle> body, |
+ int navigation_provider_id); |
// PlzNavigate |
// Called when a NavigationRequest for |frame_tree_node| failed. An |