| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 175970)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -625,11 +625,6 @@
|
| #endif
|
| }
|
|
|
| -content::WebUIControllerFactory*
|
| - ChromeContentBrowserClient::GetWebUIControllerFactory() {
|
| - return ChromeWebUIControllerFactory::GetInstance();
|
| -}
|
| -
|
| GURL ChromeContentBrowserClient::GetEffectiveURL(
|
| content::BrowserContext* browser_context, const GURL& url) {
|
| Profile* profile = Profile::FromBrowserContext(browser_context);
|
|
|