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 cdc3292f9a54ce09cd1ac114fb37beee12506f92..67069ec0e64b46d97f173347737d002d7a3c8476 100644 |
--- a/chrome/browser/history/history_tab_helper.cc |
+++ b/chrome/browser/history/history_tab_helper.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -8,7 +8,6 @@ |
#include "chrome/browser/history/history_service.h" |
#include "chrome/browser/history/history_service_factory.h" |
-#include "chrome/browser/instant/instant_overlay.h" |
#include "chrome/browser/prerender/prerender_contents.h" |
#include "chrome/browser/prerender/prerender_manager.h" |
#include "chrome/browser/prerender/prerender_manager_factory.h" |
@@ -127,13 +126,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()); |