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