Fix for menus blocking user activity detection.
Menus used to block detecting user activity. The fix works by making the
UserActivityDetector a PlatformEventObserver rather than an
EventHandler.
BUG=
462735
TEST=ui_base_unittests --gtest_filter=UserActivityDetectorTest.*
Committed:
https://crrev.com/c655cc2a17c6c7fd113346bedc8433488c4b6dbe
Cr-Commit-Position: refs/heads/master@{#320400}