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

Unified Diff: remoting/protocol/fake_authenticator.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/datagram_channel_factory.h ('k') | remoting/protocol/fake_authenticator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/fake_authenticator.h
diff --git a/remoting/protocol/fake_authenticator.h b/remoting/protocol/fake_authenticator.h
index 94d002c6cb77a00290668ec53e49dd43f5471a19..3975b8a89781042d3906a9ae75b1b9191092f5f2 100644
--- a/remoting/protocol/fake_authenticator.h
+++ b/remoting/protocol/fake_authenticator.h
@@ -19,7 +19,7 @@ class FakeChannelAuthenticator : public ChannelAuthenticator {
~FakeChannelAuthenticator() override;
// ChannelAuthenticator interface.
- void SecureAndAuthenticate(scoped_ptr<net::StreamSocket> socket,
+ void SecureAndAuthenticate(scoped_ptr<P2PStreamSocket> socket,
const DoneCallback& done_callback) override;
private:
@@ -31,7 +31,7 @@ class FakeChannelAuthenticator : public ChannelAuthenticator {
int result_;
bool async_;
- scoped_ptr<net::StreamSocket> socket_;
+ scoped_ptr<P2PStreamSocket> socket_;
DoneCallback done_callback_;
bool did_read_bytes_;
« no previous file with comments | « remoting/protocol/datagram_channel_factory.h ('k') | remoting/protocol/fake_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698