| Index: components/copresence/public/copresence_delegate.h
|
| diff --git a/components/copresence/public/copresence_delegate.h b/components/copresence/public/copresence_delegate.h
|
| index 0b83087c201b4c703c2e689cd292b7d8a01da775..b1b1fdd969bfe57e3baa7dc2d28acdec57b7c192 100644
|
| --- a/components/copresence/public/copresence_delegate.h
|
| +++ b/components/copresence/public/copresence_delegate.h
|
| @@ -38,7 +38,8 @@ class CopresenceDelegate {
|
|
|
| virtual const std::string GetPlatformVersionString() const = 0;
|
|
|
| - virtual const std::string GetAPIKey() const = 0;
|
| + virtual const std::string GetAPIKey(const std::string& app_id) const = 0;
|
| + virtual const std::string GetAuthToken(const std::string& app_id) const = 0;
|
|
|
| virtual WhispernetClient* GetWhispernetClient() = 0;
|
| };
|
|
|