| Index: chrome/browser/search/search.cc
|
| diff --git a/chrome/browser/search/search.cc b/chrome/browser/search/search.cc
|
| index 9d31c2649e5655ec38b4d751c020d7855b0827b5..30cf8be5171a221f50eec57fb4648f1243e8d4b5 100644
|
| --- a/chrome/browser/search/search.cc
|
| +++ b/chrome/browser/search/search.cc
|
| @@ -566,16 +566,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() &&
|
|
|