| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 12cf46559f920143a7ccea399fd53e1e66301177..364c5a2f3f4f8ca0cf1d974a0a3ad62f48960242 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -249,6 +249,8 @@ public:
|
| void mediaPlayerRequestFullscreen(HTMLMediaElement*);
|
| double effectiveMediaVolume(HTMLMediaElement*);
|
|
|
| + void mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement *, bool);
|
| +
|
| void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme);
|
| void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(const String& scheme);
|
|
|
|
|