| Index: components/copresence/handlers/audio/audio_directive_handler.h
|
| diff --git a/components/copresence/handlers/audio/audio_directive_handler.h b/components/copresence/handlers/audio/audio_directive_handler.h
|
| index feff3378962f09724b35e11e04d74b0c4c30671e..3e650076d8d912f798677877bec1a2c786dfb524 100644
|
| --- a/components/copresence/handlers/audio/audio_directive_handler.h
|
| +++ b/components/copresence/handlers/audio/audio_directive_handler.h
|
| @@ -91,13 +91,14 @@ class AudioDirectiveHandler {
|
| // Processes the next active receive instruction.
|
| void ProcessNextReceive();
|
|
|
| - void HandleToken(const std::string token, bool audible);
|
| + void PlayToken(const std::string token, bool audible);
|
|
|
| // This is the method that the whispernet client needs to call to return
|
| // samples to us.
|
| - void OnTokenEncoded(const std::string& token,
|
| - bool audible,
|
| - const scoped_refptr<media::AudioBusRefCounted>& samples);
|
| + void PlayEncodedToken(
|
| + const std::string& token,
|
| + bool audible,
|
| + const scoped_refptr<media::AudioBusRefCounted>& samples);
|
|
|
| AudioDirectiveList transmits_list_audible_;
|
| AudioDirectiveList transmits_list_inaudible_;
|
|
|