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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.h

Issue 2735183003: PlzNavigate: stop navigations when opening a document for write (Closed)
Patch Set: Rebase Created 3 years, 9 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/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index ef0b5b7ec982f18436826a0f35e0794e5f4357d5..24e4bd0c9d06bf90fe760a472aeb67d17bba59ff 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -339,6 +339,8 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
virtual BlameContext* frameBlameContext() { return nullptr; }
virtual void setHasReceivedUserGesture() {}
+
+ virtual void abortClientNavigation() {}
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698