From 26fb30ccd8257e1ca66b44e7ad91560b30299820 Mon Sep 17 00:00:00 2001 From: Graciliano Monteiro Passos Date: Tue, 27 Jan 2026 15:47:14 -0300 Subject: [PATCH] Remove deprecated Chrome flag --disable-blink-features=TimerThrottlingForBackgroundTabs Remove the deprecated Chrome argument `--disable-blink-features=TimerThrottlingForBackgroundTabs`, which is no longer supported by recent Chrome versions. This avoids passing invalid flags and keeps the launch configuration aligned with current Chromium behavior. --- pkgs/browser_launcher/lib/src/chrome.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/browser_launcher/lib/src/chrome.dart b/pkgs/browser_launcher/lib/src/chrome.dart index 8ee14f05d..9c4991c15 100644 --- a/pkgs/browser_launcher/lib/src/chrome.dart +++ b/pkgs/browser_launcher/lib/src/chrome.dart @@ -102,7 +102,6 @@ class Chrome { '--remote-debugging-port=$port', // When the DevTools has focus we don't want to slow down the application. '--disable-background-timer-throttling', - '--disable-blink-features=TimerThrottlingForBackgroundTabs', '--disable-features=IntensiveWakeUpThrottling', // Since we are using a temp profile, disable features that slow the // Chrome launch.