| Index: chrome/browser/resources/options/handler_options.js
|
| diff --git a/chrome/browser/resources/options/handler_options.js b/chrome/browser/resources/options/handler_options.js
|
| index 7ce020eebf070436ce9430e3550970534eace22a..df2732ec43e9fdeb0455b718ffc13d0f51becbb0 100644
|
| --- a/chrome/browser/resources/options/handler_options.js
|
| +++ b/chrome/browser/resources/options/handler_options.js
|
| @@ -60,7 +60,7 @@ cr.define('options', function() {
|
|
|
| /**
|
| * Sets the list of handlers shown by the view.
|
| - * @param {Array} Handlers to be shown in the view.
|
| + * @param {Array} handlers Handlers to be shown in the view.
|
| */
|
| HandlerOptions.setHandlers = function(handlers) {
|
| $('handlers-list').setHandlers(handlers);
|
| @@ -68,7 +68,7 @@ cr.define('options', function() {
|
|
|
| /**
|
| * Sets the list of ignored handlers shown by the view.
|
| - * @param {Array} Handlers to be shown in the view.
|
| + * @param {Array} handlers Handlers to be shown in the view.
|
| */
|
| HandlerOptions.setIgnoredHandlers = function(handlers) {
|
| $('ignored-handlers-section').hidden = handlers.length == 0;
|
|
|