| 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 de6a58e9ea633d189f1c696578b3e5e58fca3ebc..35ad78163c838127d11f012775df56e39351e83c 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -189,6 +189,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| // Load the specified URL; this is a shortcut for Navigate().
|
| void NavigateToURL(const GURL& url);
|
|
|
| + // Stop the load in progress.
|
| + void Stop();
|
| +
|
| // Returns whether navigation messages are currently suspended for this
|
| // RenderFrameHost. Only true during a cross-site navigation, while waiting
|
| // for the onbeforeunload handler.
|
|
|