Commit 81b86278 authored by Christian Dullweber's avatar Christian Dullweber Committed by Commit Bot

Enable CodeCacheDeletionWithoutFilter feature

Experimental data looks good so the feature will now be enabled by
default.

Bug: 1040039
Change-Id: I5e89bce109fcc03b95fe46c2350a009aadc59278
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372286Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Commit-Queue: Christian Dullweber <dullweber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801052}
parent e7166a9f
......@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "content/public/common/content_features.h"
#include "base/feature_list.h"
#include "build/build_config.h"
#if defined(OS_WIN)
......@@ -149,7 +150,7 @@ const base::Feature kClickPointerEvent{"ClickPointerEvent",
// When enabled, code cache does not use a browsing_data filter for deletions.
extern const base::Feature kCodeCacheDeletionWithoutFilter{
"CodeCacheDeletionWithoutFilter", base::FEATURE_DISABLED_BY_DEFAULT};
"CodeCacheDeletionWithoutFilter", base::FEATURE_ENABLED_BY_DEFAULT};
// When enabled, event.movement is calculated in blink instead of in browser.
const base::Feature kConsolidatedMovementXY{"ConsolidatedMovementXY",
......
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