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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoader.cpp

Issue 2624723002: PlzNavigate: fix regression on the FYI bot. (Closed)
Patch Set: PlzNavigate: fix regression on the FYI bot. Created 3 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
« 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: third_party/WebKit/Source/core/loader/FrameLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.cpp b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
index dafe916b9563d86da938dbe4cea8e5ddcac4a5ee..04e80206bc7d59b8909f0015f440d7019b3ac3a3 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
@@ -1461,6 +1461,7 @@ void FrameLoader::detach() {
void FrameLoader::loadFailed(DocumentLoader* loader,
const ResourceError& error) {
+ m_isNavigationHandledByClient = false;
Nate Chapin 2017/01/11 20:30:46 This isn't obvious to me. A blink-internal navigat
arthursonzogni 2017/01/12 12:33:29 If an external navigation is in progress, what oth
if (!error.isCancellation() && m_frame->owner()) {
// FIXME: For now, fallback content doesn't work cross process.
if (m_frame->owner()->isLocal())
« 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