$OpenBSD: patch-content_browser_renderer_host_p2p_socket_dispatcher_host_h,v 1.3 2016/01/23 18:49:31 robert Exp $
--- content/browser/renderer_host/p2p/socket_dispatcher_host.h.orig.port	Wed Jan 20 21:01:21 2016
+++ content/browser/renderer_host/p2p/socket_dispatcher_host.h	Fri Jan 22 19:58:58 2016
@@ -46,12 +46,6 @@ class P2PSocketDispatcherHost
   // net::NetworkChangeNotifier::IPAddressObserver interface.
   void OnIPAddressChanged() override;
 
-  // Starts the RTP packet header dumping. Must be called on the IO thread.
-  void StartRtpDump(
-      bool incoming,
-      bool outgoing,
-      const RenderProcessHost::WebRtcRtpPacketCallback& packet_callback);
-
   // Stops the RTP packet header dumping. Must be Called on the UI thread.
   void StopRtpDumpOnUIThread(bool incoming, bool outgoing);
 
@@ -119,7 +113,6 @@ class P2PSocketDispatcherHost
 
   bool dump_incoming_rtp_packet_;
   bool dump_outgoing_rtp_packet_;
-  RenderProcessHost::WebRtcRtpPacketCallback packet_callback_;
 
   DISALLOW_COPY_AND_ASSIGN(P2PSocketDispatcherHost);
 };
