I noticed when running 74.0.3729.0 on mac that I get the following command line for the chrome_crashpad_handler process:
501 5056 1 0 8:57AM ?? 0:00.02 /Volumes/Data0/jtsillas/Work/workspace1/src/out/Release/Viasat Browser.app/Contents/Versions/74.0.3729.0/Viasat Browser Framework.framework/Helpers/chrome_crashpad_handler --no-periodic-tasks --monitor-self-annotation=ptype=crashpad-handler --database=/Users/jtsillas/Library/Application Support/Viasat/Viasat Browser/Crashpad --annotation=channel=devbuild --annotation=plat=OS X --annotation=prod=Viasat Browser_Mac --annotation=ver=74.0.3729.0 --handshake-fd=4
The --database dir is the global dir used for my normal data.
But the command line to run:
501 5050 725 0 8:57AM ttys000 0:07.60 ./out/Release/Viasat Browser.app/Contents/MacOS/Viasat Browser --user-data-dir=/Users/jtsillas/74_user_data
Is this intentional?