Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(836)

Unified Diff: third_party/WebKit/Source/core/testing/Internals.cpp

Issue 2447503002: Remove newMediaPlaybackUi flag from content/ and Blink. (Closed)
Patch Set: fix mistake caught by tests Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 21c35038a70d2d6ab26fc4ef12acada8418557f4..516e77e6cae6eb43cd98e2da9b08250c461bee79 100644
--- a/third_party/WebKit/Source/core/testing/Internals.cpp
+++ b/third_party/WebKit/Source/core/testing/Internals.cpp
@@ -2203,12 +2203,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);
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.h ('k') | third_party/WebKit/Source/core/testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698