OOPIFs: Fixing submitting forms targeting a remote frame.
The fix makes form submissions targeting a remote frame go through
RenderFrameProxy::navigate which forwards them to the browser via
FrameHostMsg_OpenURL IPC message. Right now this IPC only supports
HTTP GET method (support for POST method is being fixed in parallel
- see
https://crbug.com/344348).
BUG=
585284
Committed:
https://crrev.com/fa9b547938cddc922a7a51e73d5416bc4520f274
Cr-Commit-Position: refs/heads/master@{#399524}