| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index b9b5d36f056cb57a6c6325cac36abf310cda4a31..03cbb98dacbd1f8a8937392a92c4d24eb4d92ab8 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);
|
|
|
|
|