Chromium Code Reviews| Index: content/browser/frame_host/navigation_entry_impl.cc |
| diff --git a/content/browser/frame_host/navigation_entry_impl.cc b/content/browser/frame_host/navigation_entry_impl.cc |
| index 28f9b2ee737445cec291175534a4dc502cdabac4..cb5f63d2592adc1827a2276504b8b80f2bf7c1ca 100644 |
| --- a/content/browser/frame_host/navigation_entry_impl.cc |
| +++ b/content/browser/frame_host/navigation_entry_impl.cc |
| @@ -689,7 +689,7 @@ CommonNavigationParams NavigationEntryImpl::ConstructCommonNavigationParams( |
| dest_url, dest_referrer, GetTransitionType(), navigation_type, |
| !IsViewSourceMode(), should_replace_entry(), ui_timestamp, report_type, |
| GetBaseURLForDataURL(), GetHistoryURLForDataURL(), lofi_state, |
| - navigation_start, method, post_body ? post_body : post_data_); |
| + navigation_start, method, false, post_body ? post_body : post_data_); |
|
clamy
2016/10/13 12:56:17
Does the stripping of password data from the post_
ananta
2016/10/13 20:16:43
Thanks for pointing out the issue with OpenURL. As
|
| } |
| StartNavigationParams NavigationEntryImpl::ConstructStartNavigationParams() |