| Index: content/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents.cc (revision 79632)
|
| +++ content/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -46,6 +46,7 @@
|
| #include "chrome/browser/safe_browsing/client_side_detection_host.h"
|
| #include "chrome/browser/sessions/session_types.h"
|
| #include "chrome/browser/tab_contents/infobar_delegate.h"
|
| +#include "chrome/browser/tab_contents/introducer_handler.h"
|
| #include "chrome/browser/tab_contents/tab_contents_ssl_helper.h"
|
| #include "chrome/browser/tab_contents/thumbnail_generator.h"
|
| #include "chrome/browser/translate/page_translated_details.h"
|
| @@ -379,6 +380,7 @@
|
|
|
| void TabContents::AddObservers() {
|
| favicon_helper_.reset(new FaviconHelper(this));
|
| + introducer_handler_.reset(IntroducerService::Make(this));
|
| desktop_notification_handler_.reset(
|
| new DesktopNotificationHandlerForTC(this, GetRenderProcessHost()));
|
| plugin_observer_.reset(new PluginObserver(this));
|
|
|