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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.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/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index b08829ac935d9dbe76688588fff727810679bf75..dd83d7dac5bc5fc50459abf0bff970e41269c81a 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -200,6 +200,11 @@ class WebLocalFrame : public WebFrame {
bool wasAllowed,
bool hadRedirect) = 0;
+ // PlzNavigate
+ // Informs the frame that the navigation it asked the client to do was
+ // dropped.
+ virtual void clientDroppedNavigation() = 0;
+
// Orientation Changes ----------------------------------------------------
// Notify the frame that the screen orientation has changed.
« content/renderer/render_frame_impl.cc ('K') | « third_party/WebKit/public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698