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. |