| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 5d712ada92a266ac35abd9305b4e181d7dc2582b..693d4037393c2f799adbe46356a3e014fb8e38b9 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -449,6 +449,10 @@ class BLINK_EXPORT WebFrameClient {
|
| return WebEffectiveConnectionType::TypeUnknown;
|
| }
|
|
|
| + // PlzNavigate
|
| + // Called to abort a navigation that is being handled by the browser process.
|
| + virtual void abortClientNavigation() {}
|
| +
|
| // Push API ---------------------------------------------------
|
|
|
| // Used to access the embedder for the Push API.
|
|
|