Index: content/browser/content_browser_client.h |
=================================================================== |
--- content/browser/content_browser_client.h (revision 79692) |
+++ content/browser/content_browser_client.h (working copy) |
@@ -14,8 +14,6 @@ |
namespace content { |
-class WebUIFactory; |
- |
// Embedder API for participating in browser logic. |
class ContentBrowserClient { |
public: |
@@ -23,9 +21,6 @@ |
virtual void PreCreateRenderView(RenderViewHost* render_view_host, |
Profile* profile, |
const GURL& url) {} |
- |
- // Gets the WebUIFactory which will be responsible for generating WebUIs. |
- virtual WebUIFactory* GetWebUIFactory(); |
}; |
} // namespace content |