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

Unified Diff: remoting/jingle_glue/ssl_adapter.cc

Issue 10169012: Use NSS for SSL encryption of XMPP connection on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/ssl_adapter.cc
diff --git a/remoting/jingle_glue/ssl_adapter.cc b/remoting/jingle_glue/ssl_adapter.cc
index 25cd75a1f40ce204c14a7af152b7d007a374ee99..f1b80976c765f46e5770a235282a59e2ffc9a39b 100644
--- a/remoting/jingle_glue/ssl_adapter.cc
+++ b/remoting/jingle_glue/ssl_adapter.cc
@@ -14,11 +14,7 @@ namespace remoting {
talk_base::SSLAdapter* CreateSSLAdapter(talk_base::AsyncSocket* socket) {
talk_base::SSLAdapter* ssl_adapter =
-#if defined(OS_WIN)
- talk_base::SSLAdapter::Create(socket);
-#else
remoting::SSLSocketAdapter::Create(socket);
-#endif
DCHECK(ssl_adapter);
return ssl_adapter;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698