| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 49dc3621b849944849ac5f9129b603602347c86a..07de848b836b519a10229d615c742439cd2f98e5 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);
|
|
|