Index: chrome/browser/history/history_tab_helper.cc |
diff --git a/chrome/browser/history/history_tab_helper.cc b/chrome/browser/history/history_tab_helper.cc |
index 5438b9726748609a1dbf941ab6fe1753d88a7041..f0285ab5a4542a5dbd196a5818853320d96f3f21 100644 |
--- a/chrome/browser/history/history_tab_helper.cc |
+++ b/chrome/browser/history/history_tab_helper.cc |
@@ -12,7 +12,6 @@ |
#include "chrome/browser/prerender/prerender_manager.h" |
#include "chrome/browser/prerender/prerender_manager_factory.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/ui/search/instant_overlay.h" |
#include "chrome/common/render_messages.h" |
#include "content/public/browser/navigation_details.h" |
#include "content/public/browser/navigation_entry.h" |
@@ -128,13 +127,6 @@ void HistoryTabHelper::DidNavigateAnyFrame( |
} |
} |
- InstantOverlay* instant_overlay = |
- InstantOverlay::FromWebContents(web_contents()); |
- if (instant_overlay) { |
- instant_overlay->DidNavigate(add_page_args); |
- return; |
- } |
- |
#if !defined(OS_ANDROID) |
// Don't update history if this web contents isn't associatd with a tab. |
Browser* browser = chrome::FindBrowserWithWebContents(web_contents()); |