| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index d57bf8e68c1f6f532d27d9f6af6d4cc1965ee070..02c22aaae095ac43c123b8556e4c1977027ca84f 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -196,6 +196,7 @@
|
|
|
| void mediaPlayerRequestFullscreen(HTMLMediaElement mediaElement);
|
| double effectiveMediaVolume(HTMLMediaElement mediaElement);
|
| + void mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement mediaElement, boolean available);
|
|
|
| void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme);
|
| void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(DOMString scheme);
|
|
|