Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: trunk/src/content/browser/renderer_host/p2p/socket_host.h

Issue 177603002: Revert 252408 "Adding talk_base::PacketOptions to P2P IPC Send m..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/content/browser/renderer_host/p2p/socket_host.h
===================================================================
--- trunk/src/content/browser/renderer_host/p2p/socket_host.h (revision 252899)
+++ trunk/src/content/browser/renderer_host/p2p/socket_host.h (working copy)
@@ -18,10 +18,6 @@
class URLRequestContextGetter;
}
-namespace talk_base {
-struct PacketOptions;
-}
-
namespace content {
class P2PMessageThrottler;
@@ -44,7 +40,7 @@
// Sends |data| on the socket to |to|.
virtual void Send(const net::IPEndPoint& to,
const std::vector<char>& data,
- const talk_base::PacketOptions& options,
+ net::DiffServCodePoint dscp,
uint64 packet_id) = 0;
virtual P2PSocketHost* AcceptIncomingTcpConnection(

Powered by Google App Engine
This is Rietveld 408576698