| Index: chrome/browser/resources/print_preview/data/local_parsers.js
|
| diff --git a/chrome/browser/resources/print_preview/data/local_parsers.js b/chrome/browser/resources/print_preview/data/local_parsers.js
|
| index cb34a4acb140fd320e52e3ee98144af8e070e24d..891cc0f3084f4d811e05bbd2207ac3f851528f14 100644
|
| --- a/chrome/browser/resources/print_preview/data/local_parsers.js
|
| +++ b/chrome/browser/resources/print_preview/data/local_parsers.js
|
| @@ -74,7 +74,8 @@ cr.define('print_preview', function() {
|
| /**
|
| * Parses an extension destination from an extension supplied printer
|
| * description.
|
| - * @param {!Object} destinationInfo Object describing an extension printer.
|
| + * @param {!print_preview.ProvisionalDestinationInfo} destinationInfo Object
|
| + * describing an extension printer.
|
| * @return {!print_preview.Destination} Parsed destination.
|
| */
|
| ExtensionDestinationParser.parse = function(destinationInfo) {
|
|
|