| Index: chrome/browser/resources/pdf/open_pdf_params_parser.js
|
| diff --git a/chrome/browser/resources/pdf/open_pdf_params_parser.js b/chrome/browser/resources/pdf/open_pdf_params_parser.js
|
| index 04eedf3da15f9222c5fdeaf18eca444c521a35c2..8d1ac213e69f483ef8f99e7fc1ec92bf5a035214 100644
|
| --- a/chrome/browser/resources/pdf/open_pdf_params_parser.js
|
| +++ b/chrome/browser/resources/pdf/open_pdf_params_parser.js
|
| @@ -7,7 +7,7 @@
|
| /**
|
| * Creates a new OpenPDFParamsParser. This parses the open pdf parameters
|
| * passed in the url to set initial viewport settings for opening the pdf.
|
| - * @param {Object} getNamedDestinationsFunction The function called to fetch
|
| + * @param {!Function} getNamedDestinationsFunction The function called to fetch
|
| * the page number for a named destination.
|
| * @constructor
|
| */
|
|
|