cherry-pick(#22667): chore(chromium): remove --disable-sync CLI switch

Fixes https://github.com/microsoft/playwright/pull/22583
Fixes https://github.com/microsoft/playwright/issues/22560

Not relevant anymore, it only takes effect when profiles is signed in.

See https://bugs.chromium.org/p/chromium/issues/detail?id=1439737.
This commit is contained in:
Max Schmitt 2023-04-27 00:34:47 +02:00 committed by Andrey Lushnikov
parent 0d61e314f6
commit 2ca4cd018f

View File

@ -41,7 +41,6 @@ export const chromiumSwitches = [
'--disable-popup-blocking',
'--disable-prompt-on-repost',
'--disable-renderer-backgrounding',
'--disable-sync',
'--force-color-profile=srgb',
'--metrics-recording-only',
'--no-first-run',