Chromium Code Reviews| Index: content/public/test/test_renderer_host.h |
| diff --git a/content/public/test/test_renderer_host.h b/content/public/test/test_renderer_host.h |
| index fc12cbebf65935a494dbfdd70b397d6d5275bdcd..c429876fc5b3e182b9655612a5ad173e6d60191b 100644 |
| --- a/content/public/test/test_renderer_host.h |
| +++ b/content/public/test/test_renderer_host.h |
| @@ -132,12 +132,11 @@ class RenderViewHostTester { |
| virtual ~RenderViewHostTester() {} |
| // Gives tests access to RenderViewHostImpl::CreateRenderView. |
| - virtual bool CreateTestRenderView( |
| - const base::string16& frame_name, |
| - int opener_route_id, |
| - int proxy_routing_id, |
| - int32 max_page_id, |
| - bool created_with_opener) = 0; |
| + virtual bool CreateTestRenderView(const base::string16& frame_name, |
|
nasko
2015/07/07 16:26:21
Yuck, I've missed this in my patch to move frame n
|
| + int opener_frame_route_id, |
| + int proxy_routing_id, |
| + int32 max_page_id, |
| + bool created_with_opener) = 0; |
| // Makes the WasHidden/WasShown calls to the RenderWidget that |
| // tell it it has been hidden or restored from having been hidden. |