Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6141)

Unified Diff: chrome/browser/resources/options/startup_overlay.js

Issue 517413002: Compile chrome://settings, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: s/event/Event/ Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..c3d794bc653c017883a25372f5eb654d3fb547c1 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.
* @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) {
« no previous file with comments | « chrome/browser/resources/options/search_page.js ('k') | chrome/browser/resources/options/website_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698