bindings: Stop passing ExceptionState to callback function
At this point we don't need to provide a way to allow user scripts
to catch exceptions which are thrown while invoking callback functions.
Always passing TrackExceptionState seems redundant so declare it
inside auto-generated code. We can restore or add another call() later
if we really need it.
BUG=
653769
Committed:
https://crrev.com/4c55631f51b13ae018c6b2f9c6cac9ecc711ed61
Cr-Commit-Position: refs/heads/master@{#424380}