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

Unified Diff: remoting/protocol/ssl_hmac_channel_authenticator.h

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 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
« no previous file with comments | « remoting/protocol/message_reader_unittest.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 ece68fdf0014964ca5a397ca7660bfe90d4f3012..6bd9006df135e6e62bafaf610836f58cac94dc2c 100644
--- a/remoting/protocol/ssl_hmac_channel_authenticator.h
+++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
@@ -14,6 +14,7 @@
#include "remoting/protocol/channel_authenticator.h"
namespace net {
+class CertVerifier;
class DrainableIOBuffer;
class GrowableIOBuffer;
class SSLSocket;
@@ -77,7 +78,6 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
void CheckDone(bool* callback_called);
void NotifyError(int error);
- void CallDoneCallback(int error, scoped_ptr<net::StreamSocket> socket);
// The mutual secret used for authentication.
std::string auth_key_;
@@ -89,6 +89,7 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
// Used in the CLIENT mode only.
std::string remote_cert_;
scoped_ptr<net::TransportSecurityState> transport_security_state_;
+ scoped_ptr<net::CertVerifier> cert_verifier_;
scoped_ptr<net::SSLSocket> socket_;
DoneCallback done_callback_;
« no previous file with comments | « remoting/protocol/message_reader_unittest.cc ('k') | remoting/protocol/ssl_hmac_channel_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698