Hi chromium-mojo!
I've implemented a StructTraits specialization for renderer message validation. As
previously established, the invalid messages now cause the renderer process to automatically be terminated.
Could you please clarify if `*InterceptorForTesting` classes are meant to bypass StructTraits specializations?
Also, if a test specifically needs to verify renderer process termination due to an invalid message caught by the StructTraits specialization, what is the recommended approach for writing such a test? This is assuming it would be very complicated to induce the renderer to produce bad input so intercepting and changing an existing message would be much preferred.
--