Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: components/navigation_interception/intercept_navigation_delegate.cc

Issue 1414723008: Add a way to cancel deferred navigations in NavigationHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/apps/app_url_redirector.cc ('k') | components/navigation_interception/intercept_navigation_throttle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698