// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_MANTA_PROVIDER_PARAMS_H_ #define COMPONENTS_MANTA_PROVIDER_PARAMS_H_ #include <string> #include "base/version_info/channel.h" namespace manta { // Additional parameters the Manta server side may expect or require for certain // providers. struct ProviderParams { … }; } // namespace manta #endif // COMPONENTS_MANTA_PROVIDER_PARAMS_H_