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