| Index: content/browser/frame_host/render_frame_host_manager.h
|
| diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
|
| index 2f288c94f1808f51cf03c6500696133ba0d567ee..64ee21d2a94ae9f1304dab56374af450e38dbc56 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -527,6 +527,8 @@ class CONTENT_EXPORT RenderFrameHostManager
|
| // In case |existing_site_instance| is null, specify if the new site should
|
| // be created in a new BrowsingInstance or not.
|
| bool new_is_related_to_current;
|
| +
|
| + bool is_for_third_party_subframes = false;
|
| };
|
|
|
| // Create a RenderFrameProxyHost owned by this object.
|
|
|