Chromium Code Reviews| Index: chrome/browser/resources/options/startup_overlay.js |
| diff --git a/chrome/browser/resources/options/startup_overlay.js b/chrome/browser/resources/options/startup_overlay.js |
| index 15dea43afe35aa5a01bd332362984d3dd33d2c19..778c2524fee4669ed188a630398adbd7d2c263c5 100644 |
| --- a/chrome/browser/resources/options/startup_overlay.js |
| +++ b/chrome/browser/resources/options/startup_overlay.js |
| @@ -106,7 +106,7 @@ cr.define('options', function() { |
| /** |
| * Handles change events of the preference |
| * 'session.startup_urls'. |
| - * @param {event} preference changed event. |
| + * @param {event} event Preference changed event. |
|
Dan Beam
2014/09/06 01:52:56
shouldn't this be Event?
Vitaly Pavlenko
2014/09/06 18:43:10
Done. That was classified as error, that's why I s
|
| * @private |
| */ |
| handleStartupPageListChange_: function(event) { |
| @@ -139,7 +139,7 @@ cr.define('options', function() { |
| /** |
| * Updates the autocomplete suggestion list with the given entries. |
| - * @param {Array} pages List of autocomplete suggestions. |
| + * @param {Array} suggestions List of autocomplete suggestions. |
| * @private |
| */ |
| updateAutocompleteSuggestions_: function(suggestions) { |