Commit 1aaf1c31 authored by Sebastien Marchand's avatar Sebastien Marchand Committed by Chromium LUCI CQ

Disable urgent tab discarding on Linux

Bug: 1155316
Change-Id: I70e84f9445edae16c4fcab6d03b33a8f958ba842
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572888Reviewed-by: default avatarChris Hamilton <chrisha@chromium.org>
Commit-Queue: Chris Hamilton <chrisha@chromium.org>
Auto-Submit: Sébastien Marchand <sebmarchand@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833592}
parent 090ae8b4
...@@ -125,7 +125,7 @@ const base::Feature kPageFreezingFromPerformanceManager{ ...@@ -125,7 +125,7 @@ const base::Feature kPageFreezingFromPerformanceManager{
const base::Feature kUrgentDiscardingFromPerformanceManager{ const base::Feature kUrgentDiscardingFromPerformanceManager{
"UrgentDiscardingFromPerformanceManager", "UrgentDiscardingFromPerformanceManager",
#if BUILDFLAG(IS_CHROMEOS_ASH) #if BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_LINUX)
base::FEATURE_DISABLED_BY_DEFAULT base::FEATURE_DISABLED_BY_DEFAULT
#else #else
base::FEATURE_ENABLED_BY_DEFAULT base::FEATURE_ENABLED_BY_DEFAULT
......
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