| 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 d05c49d8114fe9fa4eb45f299f49d2baf7e53f3c..9947b6f028e80e540ddbe62fe175e73c4f561805 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents.cc
|
| @@ -125,7 +125,7 @@ TabContents::TabContents(WebContents* contents)
|
| autocomplete_history_manager_->SetExternalDelegate(
|
| autofill_external_delegate_.get());
|
| }
|
| - blocked_content_tab_helper_.reset(new BlockedContentTabHelper(this));
|
| + BlockedContentTabHelper::CreateForWebContents(contents);
|
| BookmarkTabHelper::CreateForWebContents(contents);
|
| chrome_browser_net::LoadTimeStatsTabHelper::CreateForWebContents(contents);
|
| constrained_window_tab_helper_.reset(new ConstrainedWindowTabHelper(this));
|
|
|