Commit 5c9e7095 authored by yoshiki's avatar yoshiki Committed by Commit bot

[Files.app] Minor fix of the annotation in content_metadata_provider.js

BUG=448263
TEST=none

Review URL: https://codereview.chromium.org/1008003005

Cr-Commit-Position: refs/heads/master@{#320898}
parent 11ba7b9d
...@@ -167,7 +167,7 @@ ContentMetadataProvider.prototype.onMessage_ = function(event) { ...@@ -167,7 +167,7 @@ ContentMetadataProvider.prototype.onMessage_ = function(event) {
/** /**
* Handles the 'initialized' message from the metadata reader Worker. * Handles the 'initialized' message from the metadata reader Worker.
* @param {Object} regexp Regexp of supported urls. * @param {RegExp} regexp Regexp of supported urls.
* @private * @private
*/ */
ContentMetadataProvider.prototype.onInitialized_ = function(regexp) { ContentMetadataProvider.prototype.onInitialized_ = function(regexp) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment