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

Unified Diff: content/browser/content_browser_client.h

Issue 6708114: Revert 79691 - Move WebUIFactory to chrome/browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 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
« no previous file with comments | « content/browser/browsing_instance.cc ('k') | content/browser/content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/browser/browsing_instance.cc ('k') | content/browser/content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698