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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.h

Issue 2735183003: PlzNavigate: stop navigations when opening a document for write (Closed)
Patch Set: 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 203a6cbf396c5d7d8e6ff88976f822f359f55b8c..02605dd13ea649597e369c35a3b7f8c15bfbb576 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -223,6 +223,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