| Index: components/copresence/public/whispernet_client.h
|
| diff --git a/components/copresence/public/whispernet_client.h b/components/copresence/public/whispernet_client.h
|
| index 61eeed0d15a66a71563688f5c0756f6643c91a44..6926fff692720d45d98ae00d80ccac09dc827141 100644
|
| --- a/components/copresence/public/whispernet_client.h
|
| +++ b/components/copresence/public/whispernet_client.h
|
| @@ -40,7 +40,7 @@ class WhispernetClient {
|
| virtual void Shutdown() = 0;
|
|
|
| // Fires an event to request a token encode.
|
| - virtual void EncodeToken(const std::string& token) = 0;
|
| + virtual void EncodeToken(const std::string& token, bool audible) = 0;
|
| // Fires an event to request a decode for the given samples.
|
| virtual void DecodeSamples(const std::string& samples) = 0;
|
| // Fires an event to request detection of a whispernet broadcast.
|
|
|