| Index: components/copresence/public/copresence_delegate.h
|
| diff --git a/components/copresence/public/copresence_delegate.h b/components/copresence/public/copresence_delegate.h
|
| index b9097421f316b31b6cd3bab43e15e1aef52ea918..3f54b30030e0908d019f8d4ea9cb69dda33c077f 100644
|
| --- a/components/copresence/public/copresence_delegate.h
|
| +++ b/components/copresence/public/copresence_delegate.h
|
| @@ -47,11 +47,8 @@ class CopresenceDelegate {
|
|
|
| virtual const std::string GetPlatformVersionString() const = 0;
|
|
|
| - // This is deprecated. Clients should pass in the project ID instead.
|
| virtual const std::string GetAPIKey(const std::string& app_id) const = 0;
|
|
|
| - virtual const std::string GetProjectId(const std::string& app_id) const = 0;
|
| -
|
| // Thw WhispernetClient must outlive the CopresenceManager.
|
| virtual WhispernetClient* GetWhispernetClient() = 0;
|
|
|
|
|