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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html

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/LayoutTests/media/video-controls-hidden-audio.html
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html b/third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html
index 296918812aff8288cafa0945d2cbd99618dddcc9..dcccca0efbfcdaa180266a5819e63fe3334ffbf1 100644
--- a/third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html
+++ b/third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html
@@ -10,8 +10,6 @@ async_test(function(t) {
var video = document.querySelector("video");
video.oncanplaythrough = t.step_func_done(function() {
- // Enable hidden audio preferences to take effect.
- internals.setAllowHiddenVolumeControls(video, true);
// Request non-hidden audio controls.
internals.settings.setPreferHiddenVolumeControls(false);
video.muted = false;
@@ -43,4 +41,4 @@ async_test(function(t) {
video.src = findMediaFile("video", "content/test");
})
-</script>
+</script>
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698