910e62b5创建于 1月15日历史提交
// Copyright 2025 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_DATA_SHARING_PUBLIC_SERVER_ENVIRONMENT_H_
#define COMPONENTS_DATA_SHARING_PUBLIC_SERVER_ENVIRONMENT_H_

namespace data_sharing {

// GENERATED_JAVA_ENUM_PACKAGE: (
//   org.chromium.components.data_sharing.server_environment)
enum class ServerEnvironment { kProduction = 0, kStaging = 1, kAutopush = 2 };

}  // namespace data_sharing

#endif  // COMPONENTS_DATA_SHARING_PUBLIC_SERVER_ENVIRONMENT_H_