| Index: chrome/browser/ui/search/instant_page.cc
|
| diff --git a/chrome/browser/ui/search/instant_page.cc b/chrome/browser/ui/search/instant_page.cc
|
| index 2a26a78e9a15b6be581e8fec5db850e90967dc54..8d83aa67b84d6b45fab6076d336fdcb19e8fbc67 100644
|
| --- a/chrome/browser/ui/search/instant_page.cc
|
| +++ b/chrome/browser/ui/search/instant_page.cc
|
| @@ -39,8 +39,7 @@ const std::string& InstantPage::instant_url() const {
|
|
|
| bool InstantPage::IsLocal() const {
|
| return contents() &&
|
| - (contents()->GetURL() == GURL(chrome::kChromeSearchLocalNtpUrl) ||
|
| - contents()->GetURL() == GURL(chrome::kChromeSearchLocalGoogleNtpUrl));
|
| + contents()->GetURL() == GURL(chrome::kChromeSearchLocalNtpUrl);
|
| }
|
|
|
| void InstantPage::InitializeFonts() {
|
|
|