| Index: chrome/browser/search/search.cc
|
| diff --git a/chrome/browser/search/search.cc b/chrome/browser/search/search.cc
|
| index 1d975cce78760a70b072c26450e4a829d9f1c523..44f7ccdc0ec554e2877ebe8f5ab5cbd7c24f354a 100644
|
| --- a/chrome/browser/search/search.cc
|
| +++ b/chrome/browser/search/search.cc
|
| @@ -291,8 +291,8 @@ bool IsRenderedInInstantProcess(const content::WebContents* contents,
|
|
|
| bool ShouldUseProcessPerSiteForInstantURL(const GURL& url, Profile* profile) {
|
| return ShouldAssignURLToInstantRenderer(url, profile) &&
|
| - (url.host() == chrome::kChromeSearchLocalNtpHost ||
|
| - url.host() == chrome::kChromeSearchRemoteNtpHost);
|
| + (url.host_piece() == chrome::kChromeSearchLocalNtpHost ||
|
| + url.host_piece() == chrome::kChromeSearchRemoteNtpHost);
|
| }
|
|
|
| bool IsNTPURL(const GURL& url, Profile* profile) {
|
|
|