Index: third_party/WebKit/Source/core/testing/Internals.cpp |
diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp |
index ac6b999f106e7f985a3c63e946668577df6b066a..a220442ca3ba93ccafb57a4d3366c5af4e2b5e6b 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.cpp |
+++ b/third_party/WebKit/Source/core/testing/Internals.cpp |
@@ -2215,12 +2215,6 @@ void Internals::mediaPlayerPlayingRemotelyChanged( |
mediaElement->disconnectedFromRemoteDevice(); |
} |
-void Internals::setAllowHiddenVolumeControls(HTMLMediaElement* mediaElement, |
- bool allow) { |
- ASSERT(mediaElement); |
- mediaElement->setAllowHiddenVolumeControls(allow); |
-} |
- |
void Internals::registerURLSchemeAsBypassingContentSecurityPolicy( |
const String& scheme) { |
SchemeRegistry::registerURLSchemeAsBypassingContentSecurityPolicy(scheme); |