| Index: third_party/WebKit/LayoutTests/media/controls-cast-button.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/controls-cast-button.html b/third_party/WebKit/LayoutTests/media/controls-cast-button.html
|
| index 5308d5ebde8e0caefee3123152cfe52a345e00a0..87814c6619a01fab4be9613c0658f7b50eefc0eb 100644
|
| --- a/third_party/WebKit/LayoutTests/media/controls-cast-button.html
|
| +++ b/third_party/WebKit/LayoutTests/media/controls-cast-button.html
|
| @@ -43,21 +43,5 @@ async_test(function(t) {
|
| internals.mediaPlayerRemoteRouteAvailabilityChanged(video, false);
|
| assert_equals(button.style.display, "none", "button should not be visible after cast device goes away");
|
| });
|
| -
|
| - function castButton(element) {
|
| - var controlID = "-internal-media-controls-cast-button";
|
| - var button = mediaControlsElement(internals.shadowRoot(element).firstChild, controlID);
|
| - if (!button)
|
| - throw "Failed to find cast button";
|
| - return button;
|
| - }
|
| -
|
| - function overlayCastButton(element) {
|
| - var controlID = "-internal-media-controls-overlay-cast-button";
|
| - var button = mediaControlsElement(internals.shadowRoot(element).firstChild, controlID);
|
| - if (!button)
|
| - throw "Failed to find cast button";
|
| - return button;
|
| - }
|
| });
|
| </script>
|
|
|