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

Unified Diff: webrtc/base/sslstrings.h

Issue 1337673002: Change WebRTC SslCipher to be exposed as number only. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 3 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
Index: webrtc/base/sslstrings.h
diff --git a/webrtc/base/asyncresolverinterface.cc b/webrtc/base/sslstrings.h
similarity index 67%
copy from webrtc/base/asyncresolverinterface.cc
copy to webrtc/base/sslstrings.h
index 7ee02f153ee6b93f8f3cffbd8d4a24653869ad8c..84b2141613558fb5622a4cdaa0cbf990b1d47704 100644
--- a/webrtc/base/asyncresolverinterface.cc
+++ b/webrtc/base/sslstrings.h
@@ -8,13 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/base/asyncresolverinterface.h"
+#ifndef WEBRTC_BASE_SSLSTRINGS_H_
+#define WEBRTC_BASE_SSLSTRINGS_H_
namespace rtc {
+extern const char AES_CM_128_HMAC_SHA1_80_NAME[];
juberti 2015/09/24 21:37:32 We already have these defs in srtpfilter.h. Do the
guoweis_webrtc 2015/09/25 18:30:32 Done.
+extern const char AES_CM_128_HMAC_SHA1_32_NAME[];
+};
-AsyncResolverInterface::AsyncResolverInterface() {
-}
-
-AsyncResolverInterface::~AsyncResolverInterface() = default;
-
-}; // namespace rtc
+#endif // WEBRTC_BASE_SSLSTRINGS_H_

Powered by Google App Engine
This is Rietveld 408576698