| 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 9c59fd7bf9faa5c253a688e76dd7525728dc9967..8748f37b6252466921be70b2d9b5929e054c7503 100644
|
| --- a/chrome/browser/resources/print_preview/data/local_parsers.js
|
| +++ b/chrome/browser/resources/print_preview/data/local_parsers.js
|
| @@ -69,7 +69,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) {
|
|
|