Skip to content

Commit

Permalink
fix: Removing a dead flag. (#4310)
Browse files Browse the repository at this point in the history
The `--safebrowsing-disable-auto-update` was removed a while ago.

See https://chromium.googlesource.com/chromium/src.git/+/ba49d00fddeb39c0816090dad7d359df0dce9a1a
  • Loading branch information
asteinha authored and aslushnikov committed Apr 18, 2019
1 parent 3def8a2 commit 2b68c10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2b68c10

Please sign in to comment.