Commit 965a4d98 authored by Lily Chen's avatar Lily Chen Committed by Commit Bot

Enable CookieDeprecationMessages feature by default

Received API_OWNERS LGTMs to ship this feature.
Received launch approval for Stable (crbug.com/1003925).

Bug: 966576
Change-Id: I099cec9ac6518a80df06b495cca26e45c5710664
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804274Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Lily Chen <chlily@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700007}
parent 1a6d36c8
......@@ -110,7 +110,7 @@ const base::Feature kConsolidatedMovementXY{"ConsolidatedMovementXY",
// Show messages in the DevTools console about upcoming deprecations
// that would affect sent/received cookies.
const base::Feature kCookieDeprecationMessages{
"CookieDeprecationMessages", base::FEATURE_DISABLED_BY_DEFAULT};
"CookieDeprecationMessages", base::FEATURE_ENABLED_BY_DEFAULT};
// Enables Blink cooperative scheduling.
const base::Feature kCooperativeScheduling{"CooperativeScheduling",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment