Index: chrome/browser/instant/instant_loader.cc |
diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc |
index a6fae58c274abed0f0e75ebc3009ed4ff6533142..28dad8f8ddd82fd9bb6b52a1e07a65718b4fdc76 100644 |
--- a/chrome/browser/instant/instant_loader.cc |
+++ b/chrome/browser/instant/instant_loader.cc |
@@ -1152,7 +1152,7 @@ void InstantLoader::CreatePreviewContents(TabContents* tab_contents) { |
// TODO(beng): investigate if we can avoid this and instead rely on the |
// visibility of the WebContentsView |
- preview_contents_->web_contents()->WasRestored(); |
+ preview_contents_->web_contents()->WasShown(); |
} |
void InstantLoader::LoadInstantURL(const TemplateURL* template_url, |