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

Unified Diff: chrome/browser/resources/file_manager/mediaplayer.html

Issue 10384155: [filemanager] Content metadata moved to the cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Handling content metadata for not-present gdata files. Created 8 years, 7 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: chrome/browser/resources/file_manager/mediaplayer.html
===================================================================
--- chrome/browser/resources/file_manager/mediaplayer.html (revision 136864)
+++ chrome/browser/resources/file_manager/mediaplayer.html (working copy)
@@ -23,7 +23,7 @@
Keep the list in sync with mediaplayer_scripts.js. -->
<script src="js/media/audio_player.js"></script>
<script src="js/media/media_controls.js"></script>
- <script src="js/metadata/metadata_provider.js"></script>
+ <script src="js/metadata/metadata_cache.js"></script>
</if>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698