| Index: content/public/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/public/browser/content_browser_client.h (revision 175970)
|
| +++ content/public/browser/content_browser_client.h (working copy)
|
| @@ -22,7 +22,6 @@
|
| #include "base/posix/global_descriptors.h"
|
| #endif
|
|
|
| -
|
| class CommandLine;
|
| class FilePath;
|
| class GURL;
|
| @@ -65,12 +64,10 @@
|
| class RenderViewHostDelegateView;
|
| class ResourceContext;
|
| class SiteInstance;
|
| -class SpeechInputManagerDelegate;
|
| class SpeechRecognitionManagerDelegate;
|
| class WebContents;
|
| class WebContentsView;
|
| class WebContentsViewDelegate;
|
| -class WebUIControllerFactory;
|
| struct MainFunctionParams;
|
| struct ShowDesktopNotificationHostMsgParams;
|
|
|
| @@ -117,10 +114,6 @@
|
| // Notifies that a BrowserChildProcessHost has been created.
|
| virtual void BrowserChildProcessHostCreated(BrowserChildProcessHost* host) {}
|
|
|
| - // Gets the WebUIControllerFactory which will be responsible for generating
|
| - // WebUIs. Can return NULL if the embedder doesn't need WebUI support.
|
| - virtual WebUIControllerFactory* GetWebUIControllerFactory();
|
| -
|
| // Get the effective URL for the given actual URL, to allow an embedder to
|
| // group different url schemes in the same SiteInstance.
|
| virtual GURL GetEffectiveURL(BrowserContext* browser_context,
|
|
|