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

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

Issue 553573003: Compile chrome://settings, part 3: 167 proper errors left (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@G_options_errors_1
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/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 1e65b4c0200f294ae6f47e64bad031a9df989cac..6660bc10c9dc45e9898d2c8684bfc2ab327d5711 100644
--- a/chrome/browser/resources/options/chromeos/proxy_rules_list.js
+++ b/chrome/browser/resources/options/chromeos/proxy_rules_list.js
@@ -83,7 +83,7 @@ cr.define('options.proxyexceptions', function() {
/**
* Loads given exception list.
- * @param {Array} exceptions An array of exception object.
+ * @param {!Array} exceptions An array of exception object.
*/
load_: function(exceptions) {
this.dataModel = new ArrayDataModel(exceptions);
« no previous file with comments | « chrome/browser/resources/options/chromeos/preferred_networks.js ('k') | chrome/browser/resources/options/confirm_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698