| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index 85473523906ff3e9dc183404486c465961954bd5..7a3af4c753c6777d9c906d2f19c5554ed64e8071 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -154,13 +154,6 @@ GURL GetLocalInstantURL(Profile* profile);
|
| // match. See comments on ShouldHideTopMatch in autocomplete_result.h.
|
| bool ShouldHideTopVerbatimMatch();
|
|
|
| -// Returns true if the cacheable NTP should be shown and false if not.
|
| -// Exposed for testing.
|
| -bool ShouldUseCacheableNTP();
|
| -
|
| -// Returns true if the Instant NTP should be shown and false if not.
|
| -bool ShouldShowInstantNTP();
|
| -
|
| // Returns when we should show a search button in the omnibox. This may be any
|
| // of several values, some of which depend on whether the underlying state of
|
| // the page would normally be to perform search term replacement; see also
|
| @@ -194,13 +187,6 @@ OriginChipPosition GetOriginChipPosition();
|
| // and hence different processes.
|
| GURL GetEffectiveURLForInstant(const GURL& url, Profile* profile);
|
|
|
| -// Returns the staleness timeout (in seconds) that should be used to refresh the
|
| -// InstantLoader.
|
| -int GetInstantLoaderStalenessTimeoutSec();
|
| -
|
| -// Returns true if |contents| corresponds to a preloaded instant extended NTP.
|
| -bool IsPreloadedInstantExtendedNTP(const content::WebContents* contents);
|
| -
|
| // Rewrites |url| if
|
| // 1. |url| is kChromeUINewTabURL,
|
| // 2. InstantExtended is enabled, and
|
|
|