| Index: content/test/test_render_view_host.h
|
| diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
|
| index a7612041768895a695f8149c2d69bbddfad3efbf..780862203374ab742f970f4a00ea4dd8b8968964 100644
|
| --- a/content/test/test_render_view_host.h
|
| +++ b/content/test/test_render_view_host.h
|
| @@ -320,7 +320,8 @@ class TestRenderViewHost
|
|
|
| virtual bool CreateRenderView(const base::string16& frame_name,
|
| int opener_route_id,
|
| - int32 max_page_id) OVERRIDE;
|
| + int32 max_page_id,
|
| + bool created_with_opener) OVERRIDE;
|
| virtual bool IsRenderViewLive() const OVERRIDE;
|
| virtual bool IsFullscreen() const OVERRIDE;
|
|
|
|
|