| Index: components/navigation_interception/intercept_navigation_delegate.cc
|
| diff --git a/components/navigation_interception/intercept_navigation_delegate.cc b/components/navigation_interception/intercept_navigation_delegate.cc
|
| index 93c4d442bda5d065626801d26548db1aae2290d8..c24ccecbf413a0e201cf9d2d89614548c1370d11 100644
|
| --- a/components/navigation_interception/intercept_navigation_delegate.cc
|
| +++ b/components/navigation_interception/intercept_navigation_delegate.cc
|
| @@ -89,7 +89,7 @@ InterceptNavigationDelegate::CreateThrottleFor(
|
| content::NavigationHandle* handle) {
|
| return scoped_ptr<content::NavigationThrottle>(
|
| new InterceptNavigationThrottle(
|
| - handle, base::Bind(&CheckIfShouldIgnoreNavigationOnUIThread)));
|
| + handle, base::Bind(&CheckIfShouldIgnoreNavigationOnUIThread), false));
|
| }
|
|
|
| // static
|
|
|