| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index ec08f78579e448d7247cf5a0a68dea86933a7d56..3c9433b40d46c17507423e00b8846e169801920e 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -266,6 +266,7 @@ public:
|
|
|
| void mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement*, bool);
|
| void mediaPlayerPlayingRemotelyChanged(HTMLMediaElement*, bool);
|
| + void setAllowHiddenAudioElements(HTMLMediaElement*, bool);
|
|
|
| void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme);
|
| void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme, const Vector<String>& policyAreas);
|
|
|