| 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 a58bce96dd376928f19b08754a00da35e083b7a5..4ad87b22273a3356717314e901baa31953904327 100644
|
| --- a/components/navigation_interception/intercept_navigation_throttle.cc
|
| +++ b/components/navigation_interception/intercept_navigation_throttle.cc
|
| @@ -65,8 +65,7 @@ InterceptNavigationThrottle::CheckIfShouldIgnoreNavigation(bool is_redirect) {
|
| navigation_handle()->GetURL(), navigation_handle()->GetReferrer(),
|
| navigation_handle()->HasUserGesture(), navigation_handle()->IsPost(),
|
| navigation_handle()->GetPageTransition(), is_redirect,
|
| - navigation_handle()->IsExternalProtocol(),
|
| - navigation_handle()->IsInMainFrame());
|
| + navigation_handle()->IsExternalProtocol(), true);
|
|
|
| if (run_callback_synchronously_) {
|
| bool should_ignore_navigation = should_ignore_callback_.Run(
|
|
|