From b6fe10fd5189b5c7839acd76ce961186544b42a0 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Thu, 12 May 2022 08:41:48 -0500 Subject: [PATCH] ParallelDownloading is now in source --- chrome/installer/linux/common/wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/installer/linux/common/wrapper b/chrome/installer/linux/common/wrapper index 456e3b25..d6fd1180 100644 --- a/chrome/installer/linux/common/wrapper +++ b/chrome/installer/linux/common/wrapper @@ -46,4 +46,4 @@ exec > >(exec cat) exec 2> >(exec cat >&2) # Note: exec -a below is a bashism. -exec -a "$0" "$HERE/@@PROGNAME@@" --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading,ChromeLabs "$@" +exec -a "$0" "$HERE/@@PROGNAME@@" --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ChromeLabs "$@"