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

Unified Diff: third_party/WebKit/Source/core/html/media/MediaControls.h

Issue 2782373002: Remove MediaControls methods needed for the Cast button (Closed)
Patch Set: Fixed more tests 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
Index: third_party/WebKit/Source/core/html/media/MediaControls.h
diff --git a/third_party/WebKit/Source/core/html/media/MediaControls.h b/third_party/WebKit/Source/core/html/media/MediaControls.h
index 8d5600c91156ef1ed213bd232ff3a829968d784e..fcb2dd76024b1f68497c7bc135d505efbe9d2965 100644
--- a/third_party/WebKit/Source/core/html/media/MediaControls.h
+++ b/third_party/WebKit/Source/core/html/media/MediaControls.h
@@ -47,12 +47,6 @@ class CORE_EXPORT MediaControls : public GarbageCollectedMixin {
// be notified on the TextTrack object. See https://crbug.com/669977
virtual void OnTrackElementFailedToLoad() = 0;
- // TODO(mlamouri): the following methods will be able to become private when
- // the controls have moved to modules/ and have access to RemotePlayback.
- virtual void OnRemotePlaybackAvailabilityChanged() = 0;
- virtual void OnRemotePlaybackConnecting() = 0;
- virtual void OnRemotePlaybackDisconnected() = 0;
-
// TODO(mlamouri): this method is needed in order to notify the controls that
// the attribute have changed.
virtual void OnDisableRemotePlaybackAttributeChanged() = 0;

Powered by Google App Engine
This is Rietveld 408576698