| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 8da7b0433d8399ef790c7065c53a414e8e416ab4..c8a75b47948fed76ff1fc8f8a4178421c7de9c10 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1275,12 +1275,7 @@ GURL ChromeContentBrowserClient::GetEffectiveURL(
|
| if (search::ShouldAssignURLToInstantRenderer(url, profile))
|
| return search::GetEffectiveURLForInstant(url, profile);
|
|
|
| -#if BUILDFLAG(ENABLE_EXTENSIONS)
|
| - return ChromeContentBrowserClientExtensionsPart::GetEffectiveURL(
|
| - profile, url);
|
| -#else
|
| return url;
|
| -#endif
|
| }
|
|
|
| bool ChromeContentBrowserClient::ShouldUseProcessPerSite(
|
|
|