I'm trying to play with chrome (official google release) on my machine and want to tweak crashpad a little bit. crashpad is defaulted to take small minidumps and I want to have a bigger dump with more information.
I've noticed that If would have compiled chromium on my machine, I could teak client/crashpad_info.h and configure it to forward the handling of crashes to the system crash reporter.
I haven't found a way to control it with chrome.exe command line and it doesn't seem it reads this value from a file or something. The documentation of
crashpad_handler.md doesn't seem to be helpful either in my case.
Is there any simple way to forward official chrome crashes to Windows? or set crashpad to take full dumps?