chore(chromium): disable GlobalMediaControls feature (#6754)
This commit is contained in:
parent
93648aafc0
commit
1d0cdb352d
|
|
@ -189,7 +189,7 @@ const DEFAULT_ARGS = [
|
||||||
'--disable-dev-shm-usage',
|
'--disable-dev-shm-usage',
|
||||||
'--disable-extensions',
|
'--disable-extensions',
|
||||||
// BlinkGenPropertyTrees disabled due to crbug.com/937609
|
// BlinkGenPropertyTrees disabled due to crbug.com/937609
|
||||||
'--disable-features=TranslateUI,BlinkGenPropertyTrees,ImprovedCookieControls,SameSiteByDefaultCookies,LazyFrameLoading',
|
'--disable-features=TranslateUI,BlinkGenPropertyTrees,ImprovedCookieControls,SameSiteByDefaultCookies,LazyFrameLoading,GlobalMediaControls',
|
||||||
'--allow-pre-commit-input',
|
'--allow-pre-commit-input',
|
||||||
'--disable-hang-monitor',
|
'--disable-hang-monitor',
|
||||||
'--disable-ipc-flooding-protection',
|
'--disable-ipc-flooding-protection',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue