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); |