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 4206c16e693d0471488948e5cdfe2a1cab63060c..76f31466124f3dfaf8a7bf67a3cd3a319431bb33 100644 |
| --- a/content/public/test/test_renderer_host.h |
| +++ b/content/public/test/test_renderer_host.h |
| @@ -36,6 +36,7 @@ class MockRenderProcessHostFactory; |
| class NavigationController; |
| class RenderProcessHostFactory; |
| class RenderViewHostDelegate; |
| +class TestNavigationHandleFactory; |
| class TestRenderFrameHostFactory; |
| class TestRenderViewHostFactory; |
| class WebContents; |
| @@ -182,6 +183,7 @@ class RenderViewHostTestEnabler { |
| scoped_ptr<MockRenderProcessHostFactory> rph_factory_; |
| scoped_ptr<TestRenderViewHostFactory> rvh_factory_; |
| scoped_ptr<TestRenderFrameHostFactory> rfh_factory_; |
| + scoped_ptr<TestNavigationHandleFactory> handle_factory_; |
|
nasko
2015/09/04 23:36:49
handle_factory is too generic. Let's prepend navig
clamy
2015/09/08 16:27:19
Done.
|
| }; |
| // RenderViewHostTestHarness --------------------------------------------------- |