| 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 5b34c524dda13a5f550d89cb8e1dac796e76e07f..f1416395db7a3ae13ddf8589690ad5a28a1f9cda 100644
|
| --- a/content/public/test/mock_render_thread.h
|
| +++ b/content/public/test/mock_render_thread.h
|
| @@ -21,6 +21,10 @@ class MessageFilter;
|
| class MessageReplyDeserializer;
|
| }
|
|
|
| +namespace blink {
|
| +enum class WebTreeScopeType;
|
| +}
|
| +
|
| namespace content {
|
|
|
| enum class SandboxFlags;
|
| @@ -134,6 +138,7 @@ class MockRenderThread : public RenderThread {
|
|
|
| // 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,
|
| SandboxFlags sandbox_flags,
|
| int* new_render_frame_id);
|
|
|