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

Unified Diff: content/browser/loader/navigation_resource_throttle.cc

Issue 2481173002: Ensure that navigation will proceed when no NavigationHandle is found (Closed)
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/navigation_resource_throttle.cc
diff --git a/content/browser/loader/navigation_resource_throttle.cc b/content/browser/loader/navigation_resource_throttle.cc
index 50aa00c427e880dc29d0e4a6a3aaed4e8ed5981d..41ace38b7b1c1f7f18236becf22035955da49486 100644
--- a/content/browser/loader/navigation_resource_throttle.cc
+++ b/content/browser/loader/navigation_resource_throttle.cc
@@ -85,7 +85,7 @@ NavigationHandleImpl* FindNavigationHandle(
->navigator()
->GetNavigationHandleForFrameHost(render_frame_host);
if (!navigation_handle) {
- SendCheckResultToIOThread(callback, NavigationThrottle::CANCEL);
+ SendCheckResultToIOThread(callback, NavigationThrottle::PROCEED);
return nullptr;
}
return navigation_handle;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698