| Index: chrome/browser/ui/search/search_tab_helper.cc
|
| diff --git a/chrome/browser/ui/search/search_tab_helper.cc b/chrome/browser/ui/search/search_tab_helper.cc
|
| index c81a1c8373c1451cd2257cc31b3fc2347c41fd4b..281667f7d5c079a63cd392c3f184b972fd379105 100644
|
| --- a/chrome/browser/ui/search/search_tab_helper.cc
|
| +++ b/chrome/browser/ui/search/search_tab_helper.cc
|
| @@ -40,8 +40,7 @@ bool IsSearchResults(const content::WebContents* contents) {
|
| // namespace and remove InstantPage::IsLocal().
|
| bool IsLocal(const content::WebContents* contents) {
|
| return contents &&
|
| - (contents->GetURL() == GURL(chrome::kChromeSearchLocalNtpUrl) ||
|
| - contents->GetURL() == GURL(chrome::kChromeSearchLocalGoogleNtpUrl));
|
| + contents->GetURL() == GURL(chrome::kChromeSearchLocalNtpUrl);
|
| }
|
|
|
| } // namespace
|
|
|