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

Unified Diff: chrome/browser/apps/app_url_redirector.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
« no previous file with comments | « no previous file | components/navigation_interception/intercept_navigation_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_url_redirector.cc
diff --git a/chrome/browser/apps/app_url_redirector.cc b/chrome/browser/apps/app_url_redirector.cc
index 63962933dc61a3eca1ccac913285d6089856cc91..cf1915a45316a96c741c4b29c39a1febb600ba81 100644
--- a/chrome/browser/apps/app_url_redirector.cc
+++ b/chrome/browser/apps/app_url_redirector.cc
@@ -113,7 +113,8 @@ AppUrlRedirector::MaybeCreateThrottleFor(content::NavigationHandle* handle) {
new navigation_interception::InterceptNavigationThrottle(
handle,
base::Bind(&LaunchAppWithUrl,
- scoped_refptr<const Extension>(*iter), handler->id)));
+ scoped_refptr<const Extension>(*iter), handler->id),
+ true));
}
}
« no previous file with comments | « no previous file | components/navigation_interception/intercept_navigation_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698