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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-download-button.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-overflow-menu-download-button.html
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-download-button.html b/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-download-button.html
index b3bf9d14606f92e9d6acea7c2ac193a067034d7e..6abff5c79189e2ef2866b875f86d2e4db9bc837a 100644
--- a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-download-button.html
+++ b/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-download-button.html
@@ -13,8 +13,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