Deprecating injection of event log into GoogCC factory.
Bug: webrtc:9883 Change-Id: I6087b4a0a2c934e6a9ab435fffaf2eb1fc2a29e4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134644 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27824}
This commit is contained in:
committed by
Commit Bot
parent
d9c2d94620
commit
2db5fc00c0
@ -29,7 +29,9 @@ struct GoogCcFactoryConfig {
|
||||
class GoogCcNetworkControllerFactory
|
||||
: public NetworkControllerFactoryInterface {
|
||||
public:
|
||||
explicit GoogCcNetworkControllerFactory(RtcEventLog* event_log);
|
||||
GoogCcNetworkControllerFactory() = default;
|
||||
explicit RTC_DEPRECATED GoogCcNetworkControllerFactory(
|
||||
RtcEventLog* event_log);
|
||||
explicit GoogCcNetworkControllerFactory(
|
||||
NetworkStatePredictorFactoryInterface* network_state_predictor_factory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user