Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pkgs/browser_launcher/lib/src/chrome.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading