| 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 f03b427cf95e11b8cfb2760f7671fb79a2981369..3875174c0eb231a5b39723cb0d2d8198be42cf93 100644
|
| --- a/chrome/browser/ui/search/search_tab_helper.cc
|
| +++ b/chrome/browser/ui/search/search_tab_helper.cc
|
| @@ -59,7 +59,7 @@ bool IsCacheableNTP(const content::WebContents* contents) {
|
| const content::NavigationEntry* entry =
|
| contents->GetController().GetLastCommittedEntry();
|
| return search::NavEntryIsInstantNTP(contents, entry) &&
|
| - entry->GetURL() != GURL(chrome::kChromeSearchLocalNtpUrl);
|
| + entry->GetURL() != chrome::kChromeSearchLocalNtpUrl;
|
| }
|
|
|
| bool IsNTP(const content::WebContents* contents) {
|
|
|