| Index: content/test/test_render_view_host_factory.h
|
| diff --git a/content/test/test_render_view_host_factory.h b/content/test/test_render_view_host_factory.h
|
| index 6b9b45e9e502281df7ba3e5b08e8940d918171c4..d194b2cb92b0bc6ddf758dfbe0546a7b7e483819 100644
|
| --- a/content/test/test_render_view_host_factory.h
|
| +++ b/content/test/test_render_view_host_factory.h
|
| @@ -37,15 +37,6 @@ class TestRenderViewHostFactory : public RenderViewHostFactory {
|
| SessionStorageNamespace* session_storage) OVERRIDE;
|
|
|
| private:
|
| - // This is a bit of a hack. With the current design of the site instances /
|
| - // browsing instances, it's difficult to pass a RenderProcessHostFactory
|
| - // around properly.
|
| - //
|
| - // Instead, we set it right before we create a new RenderViewHost, which
|
| - // happens before the RenderProcessHost is created. This way, the instance
|
| - // has the correct factory and creates our special RenderProcessHosts.
|
| - RenderProcessHostFactory* render_process_host_factory_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(TestRenderViewHostFactory);
|
| };
|
|
|
|
|