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

Unified Diff: ui/file_manager/file_manager/foreground/js/metadata/mpeg_parser.js

Issue 2607453002: Files.app: Compile file_manager/foreground/js/metadata in v2 syntax. (Closed)
Patch Set: Re-rebase (PS4 had unrelated changes.) Created 3 years, 11 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: ui/file_manager/file_manager/foreground/js/metadata/mpeg_parser.js
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/mpeg_parser.js b/ui/file_manager/file_manager/foreground/js/metadata/mpeg_parser.js
index 55ace666d65589ff442264b435521383bd974790..459cf327752bbc306b06432ec2541fe8096380f2 100644
--- a/ui/file_manager/file_manager/foreground/js/metadata/mpeg_parser.js
+++ b/ui/file_manager/file_manager/foreground/js/metadata/mpeg_parser.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
/**
- * @param {MetadataDispatcher} parent Parent object.
+ * @param {MetadataParserLogger} parent Parent object.
* @constructor
* @extends {MetadataParser}
* @struct
@@ -317,4 +317,4 @@ MpegParser.prototype.processTopLevelAtom = function(
}
};
-MetadataDispatcher.registerParserClass(MpegParser);
+registerParserClass(MpegParser);

Powered by Google App Engine
This is Rietveld 408576698