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

Unified Diff: chrome/browser/resources/chromeos/user_images_grid.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
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/user_images_grid.js
diff --git a/chrome/browser/resources/chromeos/user_images_grid.js b/chrome/browser/resources/chromeos/user_images_grid.js
index 3aa9bb9d9ffc9fc020f81cc798be24ba22867c4f..c89d159f0aec301f301b3ad998c10cae24e56061 100644
--- a/chrome/browser/resources/chromeos/user_images_grid.js
+++ b/chrome/browser/resources/chromeos/user_images_grid.js
@@ -536,12 +536,12 @@ cr.define('options', function() {
/**
* Adds new image to the user image grid.
- * @param {string} src Image URL.
+ * @param {string} url Image URL.
* @param {string=} opt_title Image tooltip.
- * @param {function=} opt_clickHandler Image click handler.
+ * @param {Function=} opt_clickHandler Image click handler.
* @param {number=} opt_position If given, inserts new image into
* that position (0-based) in image list.
- * @param {function=} opt_decorateFn Function called with the list element
+ * @param {Function=} opt_decorateFn Function called with the list element
* as argument to do any final decoration.
* @return {!Object} Image data inserted into the data model.
*/
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698