Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 499 Bytes

chromium-tips.md

File metadata and controls

15 lines (11 loc) · 499 Bytes

Chromium flags

  1. chrome_switches.cc
  2. List of Chromium Command Line Switches

Sample:

chromium-browser --enable-webgl \
     --user-data-dir="$HOME"/.config/chromium-presentation --force-app-mode  \
     --force-device-scale-factor=1.5 --force-app-mode --use-skia-renderer http://localhost:80/

2018-01-20 17:59:08