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 1820954a109d2b52bb4f235f62c1a08d8f61436f..5817bf9d78d9181f7d23d6b1517c96d67c7a43b1 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -502,7 +502,8 @@ class CONTENT_EXPORT RenderFrameHostImpl |
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 |