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

Unified Diff: third_party/libjingle_xmpp/xmpp/xmppclient.cc

Issue 2648063002: Remove unneeded #defines from libjingle_xmpp. (Closed)
Patch Set: Also remove "FEATURE_ENABLE_VOICEMAIL" Created 3 years, 11 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 | « third_party/libjingle_xmpp/xmpp/constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle_xmpp/xmpp/xmppclient.cc
diff --git a/third_party/libjingle_xmpp/xmpp/xmppclient.cc b/third_party/libjingle_xmpp/xmpp/xmppclient.cc
index c8b0265eeea295388a048e6ff70cc2cabaa7e460..4860b5b5232f1e2dce467e60e99e33e58b0a21ff 100644
--- a/third_party/libjingle_xmpp/xmpp/xmppclient.cc
+++ b/third_party/libjingle_xmpp/xmpp/xmppclient.cc
@@ -394,9 +394,7 @@ void XmppClient::Private::WriteOutput(const char* bytes, size_t len) {
}
void XmppClient::Private::StartTls(const std::string& domain) {
-#if defined(FEATURE_ENABLE_SSL)
socket_->StartTls(domain);
-#endif
}
void XmppClient::Private::CloseConnection() {
« no previous file with comments | « third_party/libjingle_xmpp/xmpp/constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698