Index: third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h |
diff --git a/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h |
index 6ba6b4308e951c9d349bea59dae564a309c6b5dc..8027c5c2f9380c1263334d3888caee6c80d0d859 100644 |
--- a/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h |
+++ b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h |
@@ -64,7 +64,6 @@ class RTCPeerConnection final |
DEFINE_WRAPPERTYPEINFO(); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(RTCPeerConnection); |
public: |
- // TODO(hbos): Create with expired RTCCertificate should fail, see crbug.com/565278. |
static RTCPeerConnection* create(ExecutionContext*, const Dictionary&, const Dictionary&, ExceptionState&); |
~RTCPeerConnection() override; |