Index: chrome/browser/ui/browser_instant_controller.cc |
diff --git a/chrome/browser/ui/browser_instant_controller.cc b/chrome/browser/ui/browser_instant_controller.cc |
index 1a95c98aa5816fc64bcc6f96446d6682d3dc5a58..08b8d6f1da05d659ee8e2ef1b755bef1e9438fb2 100644 |
--- a/chrome/browser/ui/browser_instant_controller.cc |
+++ b/chrome/browser/ui/browser_instant_controller.cc |
@@ -154,8 +154,6 @@ void BrowserInstantController::ActiveTabChanged() { |
} |
void BrowserInstantController::TabDeactivated(content::WebContents* contents) { |
- instant_.TabDeactivated(contents); |
- |
InstantSearchPrerenderer* prerenderer = |
GetInstantSearchPrerenderer(profile()); |
if (prerenderer) |