| 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 3635e31812132b453e567e15232d6e608c925fa9..008d102e79ea9e1ef4c33813452c9db953d2219a 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -202,6 +202,11 @@ class WebLocalFrame : public WebFrame {
|
| bool hadRedirect,
|
| const WebSourceLocation&) = 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.
|
|
|