Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Unified Diff: chrome/browser/renderer_host/render_view_host.h

Issue 62044: Make the RenderViewHostFactory a global. This prevents us from having to pass... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « chrome/browser/navigation_controller_unittest.cc ('k') | chrome/browser/renderer_host/render_view_host_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698