| 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 97cceabf1a8beaf1785f2b01877d6986ae0a0ff2..cb34a4acb140fd320e52e3ee98144af8e070e24d 100644
|
| --- a/chrome/browser/resources/print_preview/data/local_parsers.js
|
| +++ b/chrome/browser/resources/print_preview/data/local_parsers.js
|
| @@ -38,7 +38,8 @@ cr.define('print_preview', function() {
|
|
|
| /**
|
| * Parses a privet destination as one or more local printers.
|
| - * @param {!Object} destinationInfo Object that describes a privet printer.
|
| + * @param {!print_preview.PrivetPrinterDescription} destinationInfo Object
|
| + * that describes a privet printer.
|
| * @return {!Array<!print_preview.Destination>} Parsed destination info.
|
| */
|
| PrivetDestinationParser.parse = function(destinationInfo) {
|
|
|