I'm running Chromium 85 on macOS 10.15.3.
I'm trying to use some of the various command line switches that Chromium makes available and none of them seem to have any effect. For example
./Chromium --ignore-gpu-blacklist
When it launches and I go to the chrome://flags page, the setting has not been enabled:
I've tried this on multiple versions of Chromium as well as on Windows with the same results. I can't seem to enable any of them.
I did notice on this page that it says
Note that if you look at chrome://flags to see if the command line option is active, the state might not be accurately reflected. Check chrome://version for the complete command line used in the current instance.
So maybe it is working and there's just no way to verify that? Checking the chrome://version page is not really sufficient to tell if a feature was successfully enabled. It's just echoing back what you passed into the command line.
