From ff74d85a14f898557e755b61affccc2cc210bc2a Mon Sep 17 00:00:00 2001 From: DAMACANER <92731060+canercetin-randomguy@users.noreply.github.com> Date: Tue, 21 Feb 2023 13:57:52 +0300 Subject: [PATCH] Delete disable-dev-shm usage flag --- lib/launcher/launcher.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/launcher/launcher.go b/lib/launcher/launcher.go index bf2fee49..63b14970 100644 --- a/lib/launcher/launcher.go +++ b/lib/launcher/launcher.go @@ -77,7 +77,6 @@ func New() *Launcher { "disable-client-side-phishing-detection": nil, "disable-component-extensions-with-background-pages": nil, "disable-default-apps": nil, - "disable-dev-shm-usage": nil, "disable-hang-monitor": nil, "disable-ipc-flooding-protection": nil, "disable-popup-blocking": nil,