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

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

Issue 2269653002: PlzNavigate: Prevent tests to end too early. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/core/loader/FrameLoader.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
index 834f1ddf48687d4441a1bd9277efdd00ba01f54b..06a16187f7541eba96ab401366a70792b1ef1bc7 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
@@ -283,6 +283,7 @@ private:
bool m_dispatchingDidClearWindowObjectInMainWorld;
bool m_protectProvisionalLoader;
+ bool m_isNavigationHandledByClient;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698