Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index fda2cf18b882eb4d26944e846320c49da4d61f82..94b71eab60ebdfd3539bbc93ff4abbe9ada1c0e0 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -492,7 +492,8 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost, |
std::unique_ptr<StreamHandle> body, |
const CommonNavigationParams& common_params, |
const RequestNavigationParams& request_params, |
- bool is_view_source); |
+ bool is_view_source, |
+ scoped_refptr<ResourceRequestBody> post_data); |
// PlzNavigate |
// Indicates that a navigation failed and that this RenderFrame should display |