| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 13136)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -653,16 +653,4 @@
|
| DISALLOW_EVIL_CONSTRUCTORS(RenderViewHost);
|
| };
|
|
|
| -// Factory for creating RenderViewHosts. Useful for unit tests.
|
| -class RenderViewHostFactory {
|
| - public:
|
| - virtual ~RenderViewHostFactory() {}
|
| -
|
| - virtual RenderViewHost* CreateRenderViewHost(
|
| - SiteInstance* instance,
|
| - RenderViewHostDelegate* delegate,
|
| - int routing_id,
|
| - base::WaitableEvent* modal_dialog_event) = 0;
|
| -};
|
| -
|
| #endif // CHROME_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_H_
|
|
|