| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index e904d8fe4bc609dd2664c1a1d572e1cd9f439a23..f471abcaccd40a42b4a4a383321642100328eec1 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -610,6 +610,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| return has_focused_editable_element_;
|
| }
|
|
|
| + // PlzNavigate: Informs the renderer that the navigation request was aborted.
|
| + void AbortNavigationRequest(const GURL& url, int error_code);
|
| +
|
| protected:
|
| friend class RenderFrameHostFactory;
|
|
|
|
|