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

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

Issue 743773003: OOPIF: Data URLs are now rendered in the renderer that initiated the navigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 6 years, 1 month 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 77937dde3708164b686f31890821665bbf86f3cd..59b5f118c70914e710c7559a38f59337ee6902e5 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -272,8 +272,10 @@ class CONTENT_EXPORT RenderFrameHostImpl
// Treat this prospective navigation as thought it originated from the
// frame. Used, e.g., for a navigation request that originated from
- // a RemoteFrame.
- void OpenURL(const FrameHostMsg_OpenURL_Params& params);
+ // a RemoteFrame. |site_instance| is the site instance that originated the
+ // navigation request.
+ void OpenURL(const FrameHostMsg_OpenURL_Params& params,
+ SiteInstance* site_instance);
// Stop the load in progress.
void Stop();

Powered by Google App Engine
This is Rietveld 408576698