Merge pull request #2641 from deepak1556/renderer_fork_navigation_patch

renderer: send referrer for all naviagtions
This commit is contained in:
Cheng Zhao 2015-08-31 09:56:04 +08:00
commit 22652860a2

View file

@ -229,6 +229,7 @@ bool AtomRendererClient::ShouldFork(blink::WebFrame* frame,
// FIXME We only support GET here because http method will be ignored when
// the OpenURLFromTab is triggered, which means form posting would not work,
// we should solve this by patching Chromium in future.
*send_referrer = true;
return http_method == "GET";
}