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 97e1d024c2678eccf6825098e636b72b4f00e246..aebe492a1f8b77b122741fdf46b317d6ace05d67 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -192,6 +192,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. |