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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 1608283002: PlzNavigate: Use WebNavigationPolicyHandledByClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@change-did-start-loading-logic
Patch Set: Created 4 years, 11 months 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: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index 2716dcee584c5bcb98c9e584f60b00f4ca8ac27e..91f6019f3638edf43e3cb3091dd8724b8faadf14 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -4931,7 +4931,7 @@ WebNavigationPolicy RenderFrameImpl::decidePolicyForNavigation(
ShouldMakeNetworkRequestForURL(url)) {
BeginNavigation(&info.urlRequest, info.replacesCurrentHistoryItem,
info.isClientRedirect);
- return blink::WebNavigationPolicyIgnore;
+ return blink::WebNavigationPolicyHandledByClient;
}
return info.defaultPolicy;

Powered by Google App Engine
This is Rietveld 408576698