Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: chromecast/browser/cast_content_window.h

Issue 1478643002: Refactor media out of WebContentsImpl to MediaWebContentsObserver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix namespace for cast. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromecast/browser/cast_content_window.h
diff --git a/chromecast/browser/cast_content_window.h b/chromecast/browser/cast_content_window.h
index 1fa6e1fff7f427ec946cb33bd8129dd40eeb0319..b0b8cc99d41687f4b2abdb63b721c022d3a0cc8e 100644
--- a/chromecast/browser/cast_content_window.h
+++ b/chromecast/browser/cast_content_window.h
@@ -46,8 +46,8 @@ class CastContentWindow : public content::WebContentsObserver {
// content::WebContentsObserver implementation:
void DidFirstVisuallyNonEmptyPaint() override;
- void MediaPaused() override;
- void MediaStartedPlaying() override;
+ void MediaStoppedPlaying(const MediaPlayerId& id) override;
+ void MediaStartedPlaying(const MediaPlayerId& id) override;
void RenderViewCreated(content::RenderViewHost* render_view_host) override;
private:
« no previous file with comments | « chrome/browser/engagement/site_engagement_helper_unittest.cc ('k') | chromecast/browser/cast_content_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698