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

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

Issue 566063002: Compile chrome://settings, part 8: the final battle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@H_options_errors_6
Patch Set: rebase 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/content_settings_exceptions_area.js
diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.js b/chrome/browser/resources/options/content_settings_exceptions_area.js
index 9486f489782b97d446a0ee25b46dad969cb590f9..f92d0050ee4ddabd994d4acf8aff88aadef3a120 100644
--- a/chrome/browser/resources/options/content_settings_exceptions_area.js
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.js
@@ -509,8 +509,8 @@ cr.define('options.contentSettings', function() {
/**
* Sets the exceptions in the js model.
*
- * @param {Object} entries A list of dictionaries of values, each dictionary
- * represents an exception.
+ * @param {Array.<options.Exception>} entries A list of dictionaries of
+ * values, each dictionary represents an exception.
*/
setExceptions: function(entries) {
var deleteCount = this.dataModel.length;
« no previous file with comments | « chrome/browser/resources/options/content_settings.js ('k') | chrome/browser/resources/options/handler_options_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698