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

Unified Diff: remoting/protocol/datagram_channel_factory.h

Issue 1197853003: Add P2PDatagramSocket and P2PStreamSocket interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « remoting/protocol/connection_tester.cc ('k') | remoting/protocol/fake_authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/datagram_channel_factory.h
diff --git a/remoting/protocol/datagram_channel_factory.h b/remoting/protocol/datagram_channel_factory.h
index ae22dde23e24d2567e39465ff436a5b41bb69822..6cbd30df7af86b8bf8bdda3925001ab2ab875a07 100644
--- a/remoting/protocol/datagram_channel_factory.h
+++ b/remoting/protocol/datagram_channel_factory.h
@@ -9,16 +9,14 @@
#include "base/callback_forward.h"
-namespace net {
-class Socket;
-} // namespace net
-
namespace remoting {
namespace protocol {
+class P2PDatagramSocket;
+
class DatagramChannelFactory {
public:
- typedef base::Callback<void(scoped_ptr<net::Socket>)>
+ typedef base::Callback<void(scoped_ptr<P2PDatagramSocket>)>
ChannelCreatedCallback;
DatagramChannelFactory() {}
« no previous file with comments | « remoting/protocol/connection_tester.cc ('k') | remoting/protocol/fake_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698