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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-download-button-saves-media.html

Issue 2337013005: Removing media controls download button feature flag (Closed)
Patch Set: addressed comments Created 4 years, 3 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-download-button-saves-media.html
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-download-button-saves-media.html b/third_party/WebKit/LayoutTests/media/video-controls-download-button-saves-media.html
index 4857ae80908a887070d07522dc86c27a1ddb3930..f59cb53da6c780afaf06408040be47728d2883d7 100644
--- a/third_party/WebKit/LayoutTests/media/video-controls-download-button-saves-media.html
+++ b/third_party/WebKit/LayoutTests/media/video-controls-download-button-saves-media.html
@@ -15,8 +15,6 @@ if (window.testRunner) {
testRunner.waitUntilExternalURLLoad();
}
async_test(function(t) {
- if (window.internals)
- window.internals.runtimeFlags.mediaControlsDownloadButtonEnabled = true;
// Set up video
var video = document.querySelector("video");
video.src = findMediaFile("video", "content/test");

Powered by Google App Engine
This is Rietveld 408576698