Index: content/browser/tab_contents/tab_contents.h |
=================================================================== |
--- content/browser/tab_contents/tab_contents.h (revision 79632) |
+++ content/browser/tab_contents/tab_contents.h (working copy) |
@@ -1051,6 +1051,10 @@ |
// Handles desktop notification IPCs. |
scoped_ptr<DesktopNotificationHandlerForTC> desktop_notification_handler_; |
+ // Handles Introducer IPCs. |
+ friend class IntroducerService; |
+ scoped_ptr<IPC::Channel::Listener> introducer_handler_; |
+ |
// Handles IPCs related to SafeBrowsing client-side phishing detection. |
scoped_ptr<safe_browsing::ClientSideDetectionHost> |
safebrowsing_detection_host_; |