Index: components/navigation_interception/intercept_navigation_throttle.cc |
diff --git a/components/navigation_interception/intercept_navigation_throttle.cc b/components/navigation_interception/intercept_navigation_throttle.cc |
index 84292c9f8bb201cb2eb98f1eeb99e05dbe5be8cb..853fd511cb7e07b48f5f5c600c4809bb7013eb7b 100644 |
--- a/components/navigation_interception/intercept_navigation_throttle.cc |
+++ b/components/navigation_interception/intercept_navigation_throttle.cc |
@@ -67,7 +67,8 @@ InterceptNavigationThrottle::CheckIfShouldIgnoreNavigation(bool is_redirect) { |
DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
NavigationParams navigation_params( |
navigation_handle()->GetURL(), navigation_handle()->GetReferrer(), |
- navigation_handle()->HasUserGesture(), navigation_handle()->IsPost(), |
+ navigation_handle()->HasUserGesture(), |
+ navigation_handle()->GetMethod() == "POST", |
navigation_handle()->GetPageTransition(), is_redirect, |
navigation_handle()->IsExternalProtocol(), true); |