| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| index b381a036da7f4cf1b6fa74a4e8eba9b01831e834..625ceb958ff73d352424a481369fc7705979e96f 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| @@ -305,6 +305,8 @@ TabContentsWrapper::TabContentsWrapper(TabContents* contents)
|
| webnavigation_observer_.reset(
|
| new ExtensionWebNavigationTabObserver(contents));
|
| external_protocol_observer_.reset(new ExternalProtocolObserver(contents));
|
| + per_tab_prefs_.reset(
|
| + profile()->GetPrefs()->CreatePrefServiceWithPerTabPrefStore());
|
| plugin_observer_.reset(new PluginObserver(this));
|
| print_preview_.reset(new printing::PrintPreviewMessageHandler(contents));
|
| sad_tab_observer_.reset(new SadTabObserver(contents));
|
|
|