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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2851763003: Hosted apps VS --site-per-process.
Patch Set: Created 3 years, 8 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 | « no previous file | chrome/browser/extensions/chrome_content_browser_client_extensions_part.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | chrome/browser/extensions/chrome_content_browser_client_extensions_part.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698