| 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..fe1abea800a8c19b26872afd1d81e38ab5750c73 100644
|
| --- a/components/copresence/public/whispernet_client.h
|
| +++ b/components/copresence/public/whispernet_client.h
|
| @@ -37,6 +37,7 @@ class WhispernetClient {
|
| // parameter indicates whether we succeeded or failed.
|
| virtual void Initialize(const SuccessCallback& init_callback) = 0;
|
| // Copresence will call this before making any calls to its destructors.
|
| + // Any callbacks the client holds must be cleared.
|
| virtual void Shutdown() = 0;
|
|
|
| // Fires an event to request a token encode.
|
|
|