Chromium Code Reviews| 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 7ce2fd014f2194966bc6f38413dcc6a93d17f3dc..c76949565b87a123f50406baf4a6cfbbd0d50485 100644 |
| --- a/content/browser/frame_host/render_frame_host_impl.h |
| +++ b/content/browser/frame_host/render_frame_host_impl.h |
| @@ -201,6 +201,11 @@ class CONTENT_EXPORT RenderFrameHostImpl |
| // Load the specified URL; this is a shortcut for Navigate(). |
| void NavigateToURL(const GURL& url); |
| + // Treat this prospective navigation as thought it originated from the |
| + // frame. Used, e.g., for a navigation request that originated from |
| + // a remote frmae. |
|
Charlie Reis
2014/09/18 20:22:27
nit: remote frmae -> RemoteFrame.
Nate Chapin
2014/09/18 22:39:02
Done.
|
| + void OpenURL(const FrameHostMsg_OpenURL_Params& params); |
| + |
| // Stop the load in progress. |
| void Stop(); |