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