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

Unified Diff: ui/file_manager/video_player/js/video_player_scripts.js

Issue 569123003: Video Player: Add accessibility annotations to cast menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « ui/file_manager/video_player/js/video_player.js ('k') | ui/file_manager/video_player/video_player.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/js/video_player_scripts.js
diff --git a/ui/file_manager/video_player/js/video_player_scripts.js b/ui/file_manager/video_player/js/video_player_scripts.js
index 13da82548a27cbe89714c50b476fedd83afc64f5..0285273091ee1fd897c166accfde09069ce03f31 100644
--- a/ui/file_manager/video_player/js/video_player_scripts.js
+++ b/ui/file_manager/video_player/js/video_player_scripts.js
@@ -27,6 +27,9 @@
(function() {
'use strict';
+//<include src="../../../webui/resources/js/load_time_data.js"/>
+//<include src="../../../webui/resources/js/i18n_template_no_process.js"/>
+
//<include src="../../file_manager/common/js/async_util.js"/>
//<include src="../../file_manager/common/js/util.js"/>
//<include src="../../file_manager/foreground/js/mouse_inactivity_watcher.js"/>
« no previous file with comments | « ui/file_manager/video_player/js/video_player.js ('k') | ui/file_manager/video_player/video_player.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698