From 2b68c104aaf309488fe710a0dd7127369373d5fb Mon Sep 17 00:00:00 2001 From: asteinha <35879957+asteinha@users.noreply.github.com> Date: Thu, 18 Apr 2019 15:51:16 -0400 Subject: [PATCH] fix: Removing a dead flag. (#4310) The `--safebrowsing-disable-auto-update` was removed a while ago. See https://chromium.googlesource.com/chromium/src.git/+/ba49d00fddeb39c0816090dad7d359df0dce9a1a --- lib/Launcher.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Launcher.js b/lib/Launcher.js index 89326018..7ad5c63a 100644 --- a/lib/Launcher.js +++ b/lib/Launcher.js @@ -57,7 +57,6 @@ const DEFAULT_ARGS = [ '--force-color-profile=srgb', '--metrics-recording-only', '--no-first-run', - '--safebrowsing-disable-auto-update', '--enable-automation', '--password-store=basic', '--use-mock-keychain',