| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index 95eb51e8acd5b8f245f52ac67933dadb559e4979..313f164dc124a7c08b4d8b37f86a282eb0265b18 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -168,9 +168,6 @@ bool IsPrivilegedURLForInstant(const GURL& url);
|
| // InstantLoader.
|
| int GetInstantLoaderStalenessTimeoutSec();
|
|
|
| -// Returns true if |contents| corresponds to an Instant overlay.
|
| -bool IsInstantOverlay(const content::WebContents* contents);
|
| -
|
| // Returns true if |contents| corresponds to a preloaded instant extended NTP.
|
| bool IsPreloadedInstantExtendedNTP(const content::WebContents* contents);
|
|
|
|
|