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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.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/web/LocalFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
index 3bddd09785c363a88b24c0bdea888c536c31d8b4..bc5f18fc948e8d61f961fabdf3257d1232fc8da6 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -225,6 +225,8 @@ class LocalFrameClientImpl final : public LocalFrameClient {
void setHasReceivedUserGesture() override;
+ void abortClientNavigation() override;
+
private:
explicit LocalFrameClientImpl(WebLocalFrameImpl*);

Powered by Google App Engine
This is Rietveld 408576698