| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index 9f783d0b931986641db42717f577078d2a274ccb..ce9236fc2b2f3f20b6a37b0de12844a2a3618945 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -303,6 +303,9 @@ TabContents::TabContents(content::BrowserContext* browser_context,
|
| java_bridge_dispatcher_host_manager_.reset(
|
| new JavaBridgeDispatcherHostManager(this));
|
| #endif
|
| +
|
| + browser_plugin_web_contents_observer_.reset(
|
| + content::BrowserPluginWebContentsObserver::Get(this));
|
| }
|
|
|
| TabContents::~TabContents() {
|
|
|