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 1203d2fbf3b5014e4ae082b48f3f272dc7a517f4..6d24617ef9406c943299c17260ed818dbaf0887f 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h |
@@ -214,6 +214,10 @@ class CORE_EXPORT FrameLoader final { |
bool isClientRedirect, |
HTMLFormElement*); |
+ bool navigationHandledByClient() const { |
+ return m_isNavigationHandledByClient; |
+ } |
+ |
DECLARE_TRACE(); |
static void setReferrerForFrameRequest(FrameLoadRequest&); |