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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.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/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index 6d1beeed3363daa3d5c7272f51c45cb47efb6448..c54f5125bf2969d688d9b8e8b42a6313fcb4f085 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -194,6 +194,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.

Powered by Google App Engine
This is Rietveld 408576698