Fix unittests buildbreak:
gen/third_party/blink/public/mojom/widget/platform_widget.mojom.h:205:16:
note: unimplemented pure virtual method 'NotifyUrlForPlayingVideo' in 'FakeRenderWidgetHost'
205 | virtual void NotifyUrlForPlayingVideo(const std::string& url) = 0;
| ^
Change-Id: I47dbe3d91e5d20b464184aed57438046586719ad
void NotifyTrackInfoToBrowser(int active_track_id,
const std::string& url,
const std::string& lang) override {}
+ void NotifyUrlForPlayingVideo(const std::string& url) override {}
#endif
void UpdateTooltipUnderCursor(
const std::u16string& tooltip_text,