Index: components/copresence/public/copresence_client_delegate.h |
diff --git a/components/copresence/public/copresence_client_delegate.h b/components/copresence/public/copresence_client_delegate.h |
index 374eb96561a7f40c8fcec20477c08ba4c8ecf2a3..5e5ea699c773a646f89f0a8e4483365c39aa9b84 100644 |
--- a/components/copresence/public/copresence_client_delegate.h |
+++ b/components/copresence/public/copresence_client_delegate.h |
@@ -37,12 +37,6 @@ class CopresenceClientDelegate { |
virtual const std::string GetPlatformVersionString() const = 0; |
- // Methods to set and and get our device ID. This needs to be saved to |
- // persistent storage to avoid flooding the Copresence server with generate |
- // id requests. |
- virtual const std::string GetDeviceId() const = 0; |
- virtual void SaveDeviceId(const std::string& device_id) = 0; |
- |
virtual WhispernetClient* GetWhispernetClient() = 0; |
}; |