Add event name to bare removeEventListener(listener) calls
This mistake was possible because removeEventListener's arguments are
all optional, and these calls would throw exceptions if the argument
were non-optional.
Since these code paths supposedly current work, removing the event
listeners cannot be critical, but do it anyway as was originally
intended.
BUG=
353484
Committed:
https://crrev.com/4a653108efe1d4e3560b48f44df2634ade6967d1
Cr-Commit-Position: refs/heads/master@{#360949}