| Index: content/public/test/mock_render_thread.h
|
| diff --git a/content/public/test/mock_render_thread.h b/content/public/test/mock_render_thread.h
|
| index 945dc6732a43bf289bc6467b4838abf2ea6d1d6d..63ad3f28dc34bdcac8312cddf52445ed233f8064 100644
|
| --- a/content/public/test/mock_render_thread.h
|
| +++ b/content/public/test/mock_render_thread.h
|
| @@ -24,6 +24,7 @@ class MessageReplyDeserializer;
|
| namespace blink {
|
| enum class WebSandboxFlags;
|
| enum class WebTreeScopeType;
|
| +struct WebFrameOwnerProperties;
|
| }
|
|
|
| namespace content {
|
| @@ -127,11 +128,13 @@ class MockRenderThread : public RenderThread {
|
| int64* cloned_session_storage_namespace_id);
|
|
|
| // The Frame expects to be returned a valid route_id different from its own.
|
| - void OnCreateChildFrame(int new_frame_routing_id,
|
| - blink::WebTreeScopeType scope,
|
| - const std::string& frame_name,
|
| - blink::WebSandboxFlags sandbox_flags,
|
| - int* new_render_frame_id);
|
| + void OnCreateChildFrame(
|
| + int new_frame_routing_id,
|
| + blink::WebTreeScopeType scope,
|
| + const std::string& frame_name,
|
| + blink::WebSandboxFlags sandbox_flags,
|
| + const blink::WebFrameOwnerProperties& frame_owner_properties,
|
| + int* new_render_frame_id);
|
|
|
| #if defined(OS_WIN)
|
| void OnDuplicateSection(base::SharedMemoryHandle renderer_handle,
|
|
|