[Media Router] Add UMA histograms tracking component extension version & wakeup outcome.
This patch adds two histograms:
- MediaRouter.Provider.Version compares the component version with the browser version and records the difference, the first time that the component wakes up.
- MediaRouter.Provider.Wakeup records the overall success/failure outcome for waking the event page.
Note that Mojo only provides a boolean to indicate a failure to establish the message pipe. If we can get better errors from Mojo (or the extensions system) we can add more error categories.
BUG=
588230
Committed:
https://crrev.com/0dc8e6b8fb72e8d204c76ffc43be6516f114c91b
Cr-Commit-Position: refs/heads/master@{#382735}