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

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

Issue 559423003: Compile chrome://settings, part 7. 33 errors left (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@H_options_errors_5
Patch Set: 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/origin_resources_list.js
diff --git a/chrome/browser/resources/options/origin_resources_list.js b/chrome/browser/resources/options/origin_resources_list.js
index 144ba0b00469fba9e097738a776d46aee37f5f62..1b35bc2a6de96a9bbeeb43f78bed19c2dd7ad8c1 100644
--- a/chrome/browser/resources/options/origin_resources_list.js
+++ b/chrome/browser/resources/options/origin_resources_list.js
@@ -63,7 +63,10 @@ cr.define('options', function() {
OriginList.prototype = {
__proto__: List.prototype,
- /** @override */
+ /**
+ * @override
+ * @param {!Object} entry
+ */
createItem: function(entry) {
return new OriginListItem(entry);
},

Powered by Google App Engine
This is Rietveld 408576698