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

Unified Diff: chrome/browser/resources/file_manager/js/metadata_dispatcher.js

Issue 8363054: Fixing FileManagerDialogBrowserTest (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/metadata_dispatcher.js
diff --git a/chrome/browser/resources/file_manager/js/metadata_dispatcher.js b/chrome/browser/resources/file_manager/js/metadata_dispatcher.js
index 809b4298ab0b48f0140f5f50294fa0dfe2711cbe..8a76ae18fe674a39ac9c70b863a1c8b4f90f0827 100644
--- a/chrome/browser/resources/file_manager/js/metadata_dispatcher.js
+++ b/chrome/browser/resources/file_manager/js/metadata_dispatcher.js
@@ -18,7 +18,10 @@ importScripts('byte_reader.js');
*/
function MetadataDispatcher() {
importScripts('exif_parser.js');
- importScripts('image_parsers.js');
+ // importScripts('image_parsers.js');
+ // The line above is commented out because it caused some browser tests
+ // to fail. This is likely to be caused by crbug.com/101665.
+ // TODO(kaznacheev) wait until is gets resoved and rerun tests.
importScripts('mpeg_parser.js');
importScripts('id3_parser.js');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698