Index: webrtc/p2p/base/transportdescription.h |
diff --git a/webrtc/p2p/base/transportdescription.h b/webrtc/p2p/base/transportdescription.h |
index df8ee92003ef88af0b0d1f76de0a7256517e0781..e7f9263b3e2ff29981183f44ab9e33b7c7e88736 100644 |
--- a/webrtc/p2p/base/transportdescription.h |
+++ b/webrtc/p2p/base/transportdescription.h |
@@ -28,6 +28,8 @@ namespace cricket { |
// SEC_ENABLED: Crypto in outgoing offer and answer (if supplied in offer). |
// SEC_REQUIRED: Crypto in outgoing offer and answer. Fail any offer with absent |
// or unsupported crypto. |
+// TODO(deadbeef): Remove this or rename it to something more appropriate, like |
+// SdesPolicy. |
enum SecurePolicy { |
SEC_DISABLED, |
SEC_ENABLED, |