| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index fbf05305dea7e26216c00527b438abb91b6d03bc..3c8075e887c4cba88bf3d0d5b29fea8cdc05e8c4 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -802,8 +802,7 @@ class CONTENT_EXPORT RenderFrameImpl
|
| void OnCommitNavigation(const ResourceResponseHead& response,
|
| const GURL& stream_url,
|
| const CommonNavigationParams& common_params,
|
| - const RequestNavigationParams& request_params,
|
| - scoped_refptr<ResourceRequestBody> post_data);
|
| + const RequestNavigationParams& request_params);
|
| void OnFailedNavigation(const CommonNavigationParams& common_params,
|
| const RequestNavigationParams& request_params,
|
| bool has_stale_copy_in_cache,
|
| @@ -851,8 +850,7 @@ class CONTENT_EXPORT RenderFrameImpl
|
| const CommonNavigationParams& common_params,
|
| const StartNavigationParams& start_params,
|
| const RequestNavigationParams& request_params,
|
| - std::unique_ptr<StreamOverrideParameters> stream_params,
|
| - scoped_refptr<ResourceRequestBody> body);
|
| + std::unique_ptr<StreamOverrideParameters> stream_params);
|
|
|
| // Update current main frame's encoding and send it to browser window.
|
| // Since we want to let users see the right encoding info from menu
|
|
|