| Index: webrtc/modules/audio_processing/test/wav_based_simulator.h
|
| diff --git a/webrtc/modules/audio_processing/test/wav_based_simulator.h b/webrtc/modules/audio_processing/test/wav_based_simulator.h
|
| index 5bf93d16d192b08c6106dbc8736e864869d0ae60..c1fcf6163b107aff32ea7753a4627eaa37dce317 100644
|
| --- a/webrtc/modules/audio_processing/test/wav_based_simulator.h
|
| +++ b/webrtc/modules/audio_processing/test/wav_based_simulator.h
|
| @@ -40,7 +40,9 @@ class WavBasedSimulator final : public AudioProcessingSimulator {
|
| bool HandleProcessReverseStreamCall();
|
| void PrepareProcessStreamCall();
|
| void PrepareReverseProcessStreamCall();
|
| - std::vector<SimulationEventType> GetDefaultEventChain() const;
|
| + static std::vector<SimulationEventType> GetDefaultEventChain();
|
| + static std::vector<SimulationEventType> GetCustomEventChain(
|
| + const std::string& filename);
|
|
|
| std::vector<SimulationEventType> call_chain_;
|
| int last_specified_microphone_level_ = 100;
|
|
|