| Index: webrtc/modules/remote_bitrate_estimator/test/metric_recorder.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/metric_recorder.h b/webrtc/modules/remote_bitrate_estimator/test/metric_recorder.h
|
| index 98db3815bc933181f248d35f411e3e1fb7f101cd..4c77999df55df8c4f2f839894c00b8f445a872bf 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/metric_recorder.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/metric_recorder.h
|
| @@ -65,7 +65,9 @@ class MetricRecorder {
|
| PacketSender* packet_sender,
|
| LinkShare* link_share);
|
|
|
| - void SetPlotInformation(const std::vector<std::string>& prefixes);
|
| + void SetPlotInformation(const std::vector<std::string>& prefixes,
|
| + bool plot_delay,
|
| + bool plot_loss);
|
|
|
| template <typename T>
|
| void PlotLine(int windows_id,
|
|
|