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

Side by Side 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright 2004 The WebRTC Project Authors. All rights reserved. 2 * Copyright 2004 The WebRTC Project Authors. All rights reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 extern const char STR_X[]; 64 extern const char STR_X[];
65 extern const char STR_GOOGLE_COM[]; 65 extern const char STR_GOOGLE_COM[];
66 extern const char STR_GMAIL_COM[]; 66 extern const char STR_GMAIL_COM[];
67 extern const char STR_GOOGLEMAIL_COM[]; 67 extern const char STR_GOOGLEMAIL_COM[];
68 extern const char STR_DEFAULT_DOMAIN[]; 68 extern const char STR_DEFAULT_DOMAIN[];
69 extern const char STR_TALK_GOOGLE_COM[]; 69 extern const char STR_TALK_GOOGLE_COM[];
70 extern const char STR_TALKX_L_GOOGLE_COM[]; 70 extern const char STR_TALKX_L_GOOGLE_COM[];
71 extern const char STR_XMPP_GOOGLE_COM[]; 71 extern const char STR_XMPP_GOOGLE_COM[];
72 extern const char STR_XMPPX_L_GOOGLE_COM[]; 72 extern const char STR_XMPPX_L_GOOGLE_COM[];
73 73
74 #ifdef FEATURE_ENABLE_VOICEMAIL
75 extern const char STR_VOICEMAIL[]; 74 extern const char STR_VOICEMAIL[];
76 extern const char STR_OUTGOINGVOICEMAIL[]; 75 extern const char STR_OUTGOINGVOICEMAIL[];
77 #endif
78 76
79 extern const char STR_UNAVAILABLE[]; 77 extern const char STR_UNAVAILABLE[];
80 78
81 extern const char NS_PING[]; 79 extern const char NS_PING[];
82 extern const StaticQName QN_PING; 80 extern const StaticQName QN_PING;
83 81
84 extern const char NS_MUC_UNIQUE[]; 82 extern const char NS_MUC_UNIQUE[];
85 extern const StaticQName QN_MUC_UNIQUE_QUERY; 83 extern const StaticQName QN_MUC_UNIQUE_QUERY;
86 extern const StaticQName QN_HANGOUT_ID; 84 extern const StaticQName QN_HANGOUT_ID;
87 85
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 540
543 541
544 extern const char AUTH_MECHANISM_GOOGLE_COOKIE[]; 542 extern const char AUTH_MECHANISM_GOOGLE_COOKIE[];
545 extern const char AUTH_MECHANISM_GOOGLE_TOKEN[]; 543 extern const char AUTH_MECHANISM_GOOGLE_TOKEN[];
546 extern const char AUTH_MECHANISM_OAUTH2[]; 544 extern const char AUTH_MECHANISM_OAUTH2[];
547 extern const char AUTH_MECHANISM_PLAIN[]; 545 extern const char AUTH_MECHANISM_PLAIN[];
548 546
549 } // namespace buzz 547 } // namespace buzz
550 548
551 #endif // WEBRTC_LIBJINGLE_XMPP_CONSTANTS_H_ 549 #endif // WEBRTC_LIBJINGLE_XMPP_CONSTANTS_H_
OLDNEW
« 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