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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_safe_audio_webview_content.html

Issue 2274713006: Fix FOUC issue on Quick View. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 4 years, 4 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
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/elements/files_safe_audio_webview_content.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/elements/files_safe_audio_webview_content.html
diff --git a/ui/file_manager/file_manager/foreground/elements/files_safe_audio_webview_content.html b/ui/file_manager/file_manager/foreground/elements/files_safe_audio_webview_content.html
index 96af49ac7d6aa2a1d2bebf997b89a9aa8b5ea24a..7561fc24c954f10f530eb4c38c537f359639eebb 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_safe_audio_webview_content.html
+++ b/ui/file_manager/file_manager/foreground/elements/files_safe_audio_webview_content.html
@@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="files_safe_audio_webview_content.css">
</head>
<body>
- <audio id="content" controls autoplay></audio>
- <script src="files_safe_audio_webview_content.js"></script>
+ <audio hidden id="content" controls autoplay></audio>
+ <script src="files_safe_media_webview_content.js"></script>
</body>
</html>
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/elements/files_safe_audio_webview_content.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698