| Index: chrome/browser/search/search.h | 
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h | 
| index 2b33dbb26b583f0130686cff380146b68bc495de..4466ef28c2c2e6ffd8e6516bfcff40d2e63ea548 100644 | 
| --- a/chrome/browser/search/search.h | 
| +++ b/chrome/browser/search/search.h | 
| @@ -134,10 +134,6 @@ GURL GetSearchResultPrefetchBaseURL(Profile* profile); | 
| // focused. | 
| bool ShouldPrerenderInstantUrlOnOmniboxFocus(); | 
|  | 
| -// Returns true if the local new tab page should show a Google logo and search | 
| -// box for users whose default search provider is Google, or false if not. | 
| -bool ShouldShowGoogleLocalNTP(); | 
| - | 
| // Transforms the input |url| into its "effective URL". The returned URL | 
| // facilitates grouping process-per-site. The |url| is transformed, for | 
| // example, from | 
|  |