Make naming consistent between event handler types
Currently the EventHandler has methods start() and stop(), while the RepeatedEventHandler has methods startListening() and stopListening(). Standardize on start() and stop(). TBR=akihiroota@chromium.org AX-Relnotes: n/a. Bug: None Change-Id: Iac26647a9f218e4ce3f838ee74575a1de542d3f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415408Reviewed-by:Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#808545}
Showing
Please register or sign in to comment