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

Unified Diff: chrome/browser/resources/options/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: Fixed PrefCheckbox. Created 8 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 d2d93dbc12b06a1140015836e9a986adb7f49252..2944198267299b52d9a225d4658c19b4060cc11c 100644
--- a/chrome/browser/resources/options/chromeos/proxy_rules_list.js
+++ b/chrome/browser/resources/options/chromeos/proxy_rules_list.js
@@ -93,7 +93,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);
}
};
« no previous file with comments | « chrome/browser/resources/options/chromeos/network_list.js ('k') | chrome/browser/resources/options/controlled_setting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698