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

Unified Diff: webrtc/pc/srtpfilter.h

Issue 2447893002: Remove remnants of libsrtp1 (Closed)
Patch Set: include order Created 4 years, 2 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 | « webrtc/pc/pc.gyp ('k') | webrtc/pc/srtpfilter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/srtpfilter.h
diff --git a/webrtc/pc/srtpfilter.h b/webrtc/pc/srtpfilter.h
index abea50744d0195398bea7be36fd75d2930722c57..ec91805e30d8c38ccf1faab53727b330ecb98ab6 100644
--- a/webrtc/pc/srtpfilter.h
+++ b/webrtc/pc/srtpfilter.h
@@ -28,11 +28,6 @@
// Forward declaration to avoid pulling in libsrtp headers here
struct srtp_event_data_t;
-
-// Libsrtp V1/V2 compatibility hack.
-// TODO(mattdr): Remove this #define after libsrtp 2.0 is in.
-#define srtp_ctx_t_ srtp_ctx_t
-
struct srtp_ctx_t_;
namespace cricket {
« no previous file with comments | « webrtc/pc/pc.gyp ('k') | webrtc/pc/srtpfilter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698