Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(960)

Unified Diff: content/renderer/render_frame_impl.h

Issue 2004653002: OpenURL post data handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@post-data-my-stuff
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 3c8075e887c4cba88bf3d0d5b29fea8cdc05e8c4..2b0a2594256fcee073e97c3c2ddcb96189130aca 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -833,6 +833,8 @@ class CONTENT_EXPORT RenderFrameImpl
// look for a matching FrameNavigationEntry in the last committed entry to use
// instead of |url|.
void OpenURL(const GURL& url,
+ const std::string& method,
+ const scoped_refptr<ResourceRequestBody>& resource_request_body,
const Referrer& referrer,
blink::WebNavigationPolicy policy,
bool should_replace_current_entry,

Powered by Google App Engine
This is Rietveld 408576698