| Index: chrome/browser/ui/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents.cc b/chrome/browser/ui/tab_contents/tab_contents.cc
|
| index b31c44560e490675fa6c2a908e73ded6ed0a9c34..6ab0b592f2c4978b1629f622bb5e8abe9e01a11d 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents.cc
|
| @@ -155,7 +155,7 @@ TabContents::TabContents(WebContents* contents)
|
| chrome::search::IsInstantExtendedAPIEnabled(profile());
|
| search_tab_helper_.reset(
|
| new chrome::search::SearchTabHelper(this, is_search_enabled));
|
| - snapshot_tab_helper_.reset(new SnapshotTabHelper(contents));
|
| + SnapshotTabHelper::CreateForWebContents(contents);
|
| ssl_helper_.reset(new TabContentsSSLHelper(this));
|
| synced_tab_delegate_.reset(new TabContentsSyncedTabDelegate(this));
|
| content_settings_.reset(new TabSpecificContentSettings(contents));
|
|
|