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

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

Issue 10827141: Move handling of dialog preferences to Preferences class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix my rushed copy & paste :( Created 8 years, 5 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/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);
}
};

Powered by Google App Engine
This is Rietveld 408576698