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

Unified Diff: remoting/protocol/ssl_hmac_channel_authenticator.h

Issue 234023003: Build remoting for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: 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 320466ce12143ad60445afd95230a24266c58098..f4223c4e2f9a18adf81bfca3db6752d784bbced8 100644
--- a/remoting/protocol/ssl_hmac_channel_authenticator.h
+++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
@@ -14,7 +14,6 @@
#include "remoting/protocol/channel_authenticator.h"
namespace net {
-class CertVerifier;
class DrainableIOBuffer;
class GrowableIOBuffer;
class SSLSocket;
@@ -89,7 +88,6 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
// Used in the CLIENT mode only.
std::string remote_cert_;
- scoped_ptr<net::CertVerifier> cert_verifier_;
Jamie 2014/04/14 22:23:42 Part of this CL, or could it be separate?
Sergey Ulanov 2014/04/14 23:16:51 Can be separate: https://codereview.chromium.org/2
scoped_ptr<net::TransportSecurityState> transport_security_state_;
scoped_ptr<net::SSLSocket> socket_;

Powered by Google App Engine
This is Rietveld 408576698