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

Unified Diff: public/platform/WebMediaPlayerClient.h

Issue 291163004: Implement media cast buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reenable previously crashing tests - now fixed Created 6 years, 3 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 | « public/platform/WebMediaPlayer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaPlayerClient.h
diff --git a/public/platform/WebMediaPlayerClient.h b/public/platform/WebMediaPlayerClient.h
index 015e70d3847649d8d6d3a4724be6be9bf344b2c3..48043d37ad2c4c7fe82914c1829a4c771fef9e09 100644
--- a/public/platform/WebMediaPlayerClient.h
+++ b/public/platform/WebMediaPlayerClient.h
@@ -94,6 +94,9 @@ public:
virtual void mediaSourceOpened(WebMediaSource*) = 0;
virtual void requestFullscreen() = 0;
virtual void requestSeek(double) = 0;
+ virtual void remoteRouteAvailabilityChanged(bool) = 0;
+ virtual void connectedToRemoteDevice() = 0;
+ virtual void disconnectedFromRemoteDevice() = 0;
protected:
~WebMediaPlayerClient() { }
« no previous file with comments | « public/platform/WebMediaPlayer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698