// Copyright 2023 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_CONTENT_SETTINGS_CORE_COMMON_COOKIE_BLOCKING_3PCD_STATUS_H_ #define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_COOKIE_BLOCKING_3PCD_STATUS_H_ // Enum to denote what the current 3PC blocking status is for 3PCD. // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.components.content_settings enum class CookieBlocking3pcdStatus { … }; #endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_COOKIE_BLOCKING_3PCD_STATUS_H_