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

Unified Diff: chrome/browser/resources/options/chromeos/proxy_rules_list.js

Issue 570503002: Compile chrome://settings, part 6 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@H_options_errors_4
Patch Set: fix asserts, 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/chromeos/proxy_rules_list.js
diff --git a/chrome/browser/resources/options/chromeos/proxy_rules_list.js b/chrome/browser/resources/options/chromeos/proxy_rules_list.js
index 6660bc10c9dc45e9898d2c8684bfc2ab327d5711..8c86ffc4e2de457690d9444c2b9780dada3a80c7 100644
--- a/chrome/browser/resources/options/chromeos/proxy_rules_list.js
+++ b/chrome/browser/resources/options/chromeos/proxy_rules_list.js
@@ -39,6 +39,10 @@ cr.define('options.proxyexceptions', function() {
});
},
+ /**
+ * @override
+ * @param {Object} exception
+ */
createItem: function(exception) {
return new ProxyExceptionsItem(exception);
},

Powered by Google App Engine
This is Rietveld 408576698