| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index dfc202e9fa3a38ebe1a346a0a16765469c3f7435..c4338ecdb7ff2b535328d11e3304662d074d5aa0 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -97,9 +97,8 @@ bool NavEntryIsInstantNTP(const content::WebContents* contents,
|
| // lead to an infinite recursion.
|
| GURL GetInstantURL(Profile* profile, int start_margin);
|
|
|
| -// Returns the Local Instant URL of the default search engine. In particular,
|
| -// a Google search provider will include a special query parameter, indicating
|
| -// to the JS that Google-specific New Tab Page elements should be rendered.
|
| +// Returns the Local Instant URL of the New Tab Page.
|
| +// TODO(kmadhusu): Remove this function and update the call sites.
|
| GURL GetLocalInstantURL(Profile* profile);
|
|
|
| // Returns true if 'use_remote_ntp_on_startup' flag is enabled in field trials
|
|
|