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

Unified Diff: ui/file_manager/audio_player/js/audio_player_scripts.js

Issue 1495873002: AudioPlayer: Stop using Object.observe() and Array.observe(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Listen to property-change events for four states explicitly. Stop using Array.observe. Created 5 years 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: ui/file_manager/audio_player/js/audio_player_scripts.js
diff --git a/ui/file_manager/audio_player/js/audio_player_scripts.js b/ui/file_manager/audio_player/js/audio_player_scripts.js
index ec50fc74d751aba1d81d4ef98a7fb060f894a91c..d296d65bee68140ad9ea039a41f1e617e1256c89 100644
--- a/ui/file_manager/audio_player/js/audio_player_scripts.js
+++ b/ui/file_manager/audio_player/js/audio_player_scripts.js
@@ -38,7 +38,6 @@ if (!('allowsEval' in document.securityPolicy))
<include src="../../file_manager/foreground/js/metadata/thumbnail_model.js">
<include src="audio_player.js"/>
-<include src="audio_player_model.js"/>
window.reload = reload;
window.unload = unload;
« no previous file with comments | « ui/file_manager/audio_player/js/audio_player_model.js ('k') | ui/file_manager/audio_player/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698