Chromium Code Reviews| Index: content/renderer/render_frame_impl.h |
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
| index 58b4b93db25272585d5e2326ddbad736044d9f4a..91c6ff7c5f6e9bc94121d5604f5b7216432ca193 100644 |
| --- a/content/renderer/render_frame_impl.h |
| +++ b/content/renderer/render_frame_impl.h |
| @@ -878,6 +878,7 @@ class CONTENT_EXPORT RenderFrameImpl |
| const GURL& url, |
| bool uses_post, |
| const scoped_refptr<ResourceRequestBodyImpl>& resource_request_body, |
| + const std::string& extra_headers, |
|
nasko
2016/10/06 18:15:01
Why not keep this in the same order as the struct
Łukasz Anforowicz
2016/10/06 18:33:54
The parameters should probably be in the same orde
|
| const Referrer& referrer, |
| blink::WebNavigationPolicy policy, |
| bool should_replace_current_entry, |