Index: content/renderer/pepper_plugin_delegate_impl.cc |
diff --git a/content/renderer/pepper_plugin_delegate_impl.cc b/content/renderer/pepper_plugin_delegate_impl.cc |
index c21353f6d48adbaaa0367b888618f24fd7eb02ca..edf4008e4cf7bea3fa1345e75b3e09fffa28e0fc 100644 |
--- a/content/renderer/pepper_plugin_delegate_impl.cc |
+++ b/content/renderer/pepper_plugin_delegate_impl.cc |
@@ -1444,11 +1444,6 @@ void PepperPluginDelegateImpl::SaveURLAs(const GURL& url) { |
render_view_->routing_id(), url)); |
} |
-content::P2PSocketDispatcher* |
-PepperPluginDelegateImpl::GetP2PSocketDispatcher() { |
- return render_view_->p2p_socket_dispatcher(); |
-} |
- |
webkit_glue::P2PTransport* PepperPluginDelegateImpl::CreateP2PTransport() { |
#if defined(ENABLE_P2P_APIS) |
return new content::P2PTransportImpl(render_view_->p2p_socket_dispatcher()); |