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

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: Remove cruft. 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..b2163d35854268d5d9b13396859d53ccdbfca46f 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 MediaPaused(const content::MediaPlayerId& id) override;
+ void MediaStartedPlaying(const content::MediaPlayerId& id) override;
void RenderViewCreated(content::RenderViewHost* render_view_host) override;
private:

Powered by Google App Engine
This is Rietveld 408576698