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

Unified Diff: media/base/media_observer.h

Issue 2801853002: Media Remoting: Remove old interstitial implementation. (Closed)
Patch Set: Rebase. Created 3 years, 8 months 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
« no previous file with comments | « media/base/localized_strings.h ('k') | media/blink/webmediaplayer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_observer.h
diff --git a/media/base/media_observer.h b/media/base/media_observer.h
index 0181b1d00be6b41f47d8f6ccd44c55cda4ad5685..4bb3366cde965c95747c9e1d65de3131ce0168d2 100644
--- a/media/base/media_observer.h
+++ b/media/base/media_observer.h
@@ -56,10 +56,6 @@ class MEDIA_EXPORT MediaObserver {
virtual void OnPlaying() = 0;
virtual void OnPaused() = 0;
- // Called when a poster image URL is set, which happens when media is loaded
- // or the poster attribute is changed.
- virtual void OnSetPoster(const GURL& poster) = 0;
-
// Set the MediaObserverClient.
virtual void SetClient(MediaObserverClient* client) = 0;
};
« no previous file with comments | « media/base/localized_strings.h ('k') | media/blink/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698