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

Unified Diff: third_party/libjingle_xmpp/xmpp/constants.h

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/asyncsocket.h ('k') | third_party/libjingle_xmpp/xmpp/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle_xmpp/xmpp/constants.h
diff --git a/third_party/libjingle_xmpp/xmpp/constants.h b/third_party/libjingle_xmpp/xmpp/constants.h
index dad55bf871aeb236fd0ff166e86a1370307b3872..16bed975684868606b1f2523fd911c94f0c0a24f 100644
--- a/third_party/libjingle_xmpp/xmpp/constants.h
+++ b/third_party/libjingle_xmpp/xmpp/constants.h
@@ -71,10 +71,8 @@ extern const char STR_TALKX_L_GOOGLE_COM[];
extern const char STR_XMPP_GOOGLE_COM[];
extern const char STR_XMPPX_L_GOOGLE_COM[];
-#ifdef FEATURE_ENABLE_VOICEMAIL
extern const char STR_VOICEMAIL[];
extern const char STR_OUTGOINGVOICEMAIL[];
-#endif
extern const char STR_UNAVAILABLE[];
« no previous file with comments | « third_party/libjingle_xmpp/xmpp/asyncsocket.h ('k') | third_party/libjingle_xmpp/xmpp/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698