| Index: webrtc/modules/pacing/include/paced_sender.h
|
| diff --git a/webrtc/modules/pacing/include/paced_sender.h b/webrtc/modules/pacing/include/paced_sender.h
|
| index 730d3b702816aa9e2b001cb8c41e1210955a5fc9..645999d50785bdd74614aa8413adb61570220e84 100644
|
| --- a/webrtc/modules/pacing/include/paced_sender.h
|
| +++ b/webrtc/modules/pacing/include/paced_sender.h
|
| @@ -126,9 +126,6 @@ class PacedSender : public Module {
|
| // Process any pending packets in the queue(s).
|
| int32_t Process() override;
|
|
|
| - protected:
|
| - virtual bool ProbingExperimentIsEnabled() const;
|
| -
|
| private:
|
| // Updates the number of bytes that can be sent for the next time interval.
|
| void UpdateBytesPerInterval(int64_t delta_time_in_ms)
|
|
|