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

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

Issue 604373006: Compile chrome://settings, part 9: yet another final battle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@K_blockers_from_bookmarks
Patch Set: describe supressions Created 6 years, 2 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/preferences.js
diff --git a/chrome/browser/resources/options/preferences.js b/chrome/browser/resources/options/preferences.js
index b9ac7eb04fe1d73f13a3bf6a9bddca166fdb44a2..c7ea93d37ea9cc257489a6092805014377743608 100644
--- a/chrome/browser/resources/options/preferences.js
+++ b/chrome/browser/resources/options/preferences.js
@@ -152,8 +152,8 @@ cr.define('options', function() {
/**
* Adds an event listener to the target.
* @param {string} type The name of the event.
- * @param {!Function|{handleEvent:Function}} handler The handler for the
- * event. This is called when the event is dispatched.
+ * @param {EventListenerType} handler The handler for the event. This is
+ * called when the event is dispatched.
*/
addEventListener: function(type, handler) {
cr.EventTarget.prototype.addEventListener.call(this, type, handler);
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/resources/options/reset_profile_settings_banner.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698