Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index a83ca7b68c235cefcfb96110ddeecdb1040c3b50..c51d78203fa0331d40f0b543dffdeb1c2ebe7f60 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -255,6 +255,7 @@ public: |
void mediaPlayerPlayingRemotelyChanged(HTMLMediaElement*, bool); |
void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme); |
+ void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme, const Vector<String>& policyAreas); |
void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(const String& scheme); |
TypeConversions* typeConversions() const; |