Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(520)

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 574403002: If a RemoteFrame asks to navigate, send an OpenURL IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +plumbing and test Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698