| Index: chrome/browser/search/search.cc
|
| diff --git a/chrome/browser/search/search.cc b/chrome/browser/search/search.cc
|
| index 12a5a366810ea0f4183f8bdff7f2d2ee6c210fd7..a1a225938788c8e536d2eca8d8c2a2f8760c42f9 100644
|
| --- a/chrome/browser/search/search.cc
|
| +++ b/chrome/browser/search/search.cc
|
| @@ -564,16 +564,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() &&
|
|
|