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

Unified Diff: remoting/protocol/ssl_hmac_channel_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/secure_channel_factory.cc ('k') | remoting/protocol/ssl_hmac_channel_authenticator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/ssl_hmac_channel_authenticator.h
diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.h b/remoting/protocol/ssl_hmac_channel_authenticator.h
index 6bd9006df135e6e62bafaf610836f58cac94dc2c..b5d869b9ff4ce8f447a11ed21d7323618c2d44c7 100644
--- a/remoting/protocol/ssl_hmac_channel_authenticator.h
+++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
@@ -57,7 +57,7 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
~SslHmacChannelAuthenticator() override;
// ChannelAuthenticator interface.
- void SecureAndAuthenticate(scoped_ptr<net::StreamSocket> socket,
+ void SecureAndAuthenticate(scoped_ptr<P2PStreamSocket> socket,
const DoneCallback& done_callback) override;
private:
« no previous file with comments | « remoting/protocol/secure_channel_factory.cc ('k') | remoting/protocol/ssl_hmac_channel_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698