I am trying to bring up chromium browser in Ubuntu with the flag --enable-experimental-web-platform-features enabled in my script, but after reboot the system, chromium still showed the flag was disabled.
chromium-browser --enable-experimental-web-platform-features
I know how to enable this flag manually after chromium is up, but the purpose of the script is to bring up chromium initially with --enable-experimental-web-platform-features flag up/enabled.
Any advice?
Thanks!