summaryrefslogtreecommitdiff
path: root/chromium/net/cookies/cookie_inclusion_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/cookies/cookie_inclusion_status.h')
-rw-r--r--chromium/net/cookies/cookie_inclusion_status.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/net/cookies/cookie_inclusion_status.h b/chromium/net/cookies/cookie_inclusion_status.h
index 246fe025f27..5f289ddcd94 100644
--- a/chromium/net/cookies/cookie_inclusion_status.h
+++ b/chromium/net/cookies/cookie_inclusion_status.h
@@ -1,4 +1,4 @@
-// Copyright 2020 The Chromium Authors. All rights reserved.
+// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -96,6 +96,9 @@ class NET_EXPORT CookieInclusionStatus {
EXCLUDE_ATTRIBUTE_VALUE_EXCEEDS_MAX_SIZE = 20,
// Cookie was set with a Domain attribute containing non ASCII characters.
EXCLUDE_DOMAIN_NON_ASCII = 21,
+ // Special case for when a cookie is blocked by third-party cookie blocking
+ // but the two sites are in the same First-Party Set.
+ EXCLUDE_THIRD_PARTY_BLOCKED_WITHIN_FIRST_PARTY_SET = 22,
// This should be kept last.
NUM_EXCLUSION_REASONS