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 8aa4767941ed7697820bc4b19339b16019e023bc..dfe4ec9ba73d33ab64c29bc643ee1bdc246bf59c 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -935,7 +935,7 @@ bool ChromeContentBrowserClient::ShouldUseProcessPerSite( |
if (!profile) |
return false; |
- if (chrome::ShouldAssignURLToInstantRenderer(effective_url, profile)) |
+ if (chrome::ShouldInstantURLUseProcessPerSite(effective_url, profile)) |
return true; |
#if !defined(OS_CHROMEOS) |