| Index: chrome/browser/search/search.cc
|
| diff --git a/chrome/browser/search/search.cc b/chrome/browser/search/search.cc
|
| index ad0c6620fe8a21aa739c28d8cc236f53dcfabf57..463f731fd5052905f03465469aa2e67cd81c9abf 100644
|
| --- a/chrome/browser/search/search.cc
|
| +++ b/chrome/browser/search/search.cc
|
| @@ -556,16 +556,6 @@ int GetInstantLoaderStalenessTimeoutSec() {
|
| return timeout_sec;
|
| }
|
|
|
| -bool IsInstantOverlay(const content::WebContents* contents) {
|
| - for (chrome::BrowserIterator it; !it.done(); it.Next()) {
|
| - if (it->instant_controller() &&
|
| - it->instant_controller()->instant()->GetOverlayContents() == contents) {
|
| - return true;
|
| - }
|
| - }
|
| - return false;
|
| -}
|
| -
|
| bool IsPreloadedInstantExtendedNTP(const content::WebContents* contents) {
|
| for (chrome::BrowserIterator it; !it.done(); it.Next()) {
|
| if (it->instant_controller() &&
|
|
|