| Index: chrome/browser/resources/options2/chromeos/proxy_rules_list.js
|
| diff --git a/chrome/browser/resources/options2/chromeos/proxy_rules_list.js b/chrome/browser/resources/options2/chromeos/proxy_rules_list.js
|
| index fa7c2ece0d08624927c114f0bda809b076f79e8e..782309b9efa4f38d3ebb7666250338fe61156ac5 100644
|
| --- a/chrome/browser/resources/options2/chromeos/proxy_rules_list.js
|
| +++ b/chrome/browser/resources/options2/chromeos/proxy_rules_list.js
|
| @@ -92,7 +92,7 @@ cr.define('options.proxyexceptions', function() {
|
| * Updates backend.
|
| */
|
| updateBackend_: function() {
|
| - Preferences.setListPref(this.pref, this.dataModel.slice());
|
| + Preferences.setListPref(this.pref, this.dataModel.slice(), true);
|
| }
|
| };
|
|
|
|
|