diff --git a/api/peer_connection_interface.h b/api/peer_connection_interface.h index 58e2d3396f..6ce4650e5f 100644 --- a/api/peer_connection_interface.h +++ b/api/peer_connection_interface.h @@ -1555,9 +1555,7 @@ class RTC_EXPORT PeerConnectionFactoryInterface virtual rtc::scoped_refptr CreateVideoTrack( rtc::scoped_refptr source, absl::string_view label) = 0; - // TODO(bugs.webrtc.org/15017): Deprecate this function once Chrome - // has been updated - it can't land as deprecated. - // ABSL_DEPRECATED("Use version with scoped_refptr") + ABSL_DEPRECATED("Use version with scoped_refptr") virtual rtc::scoped_refptr CreateVideoTrack( const std::string& label, VideoTrackSourceInterface* source) {