| 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 2bf2e4f70d95a6732cb40e8ec1510f899a13060c..e29ef06fa67b0d02967af60eb89b17f9063b7b8a 100644
|
| --- a/content/test/test_render_view_host.h
|
| +++ b/content/test/test_render_view_host.h
|
| @@ -316,7 +316,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 window_was_created_with_opener) OVERRIDE;
|
| virtual bool IsRenderViewLive() const OVERRIDE;
|
| virtual bool IsFullscreen() const OVERRIDE;
|
|
|
|
|