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

Unified Diff: chrome/browser/resources/options/chromeos/network_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/network_list.js
diff --git a/chrome/browser/resources/options/chromeos/network_list.js b/chrome/browser/resources/options/chromeos/network_list.js
index 4907f3c5c96d9e05675b4ff60048cef886815787..e199e1e6cdb3d3a8bfd60135a89ba39fac04b085 100644
--- a/chrome/browser/resources/options/chromeos/network_list.js
+++ b/chrome/browser/resources/options/chromeos/network_list.js
@@ -466,7 +466,7 @@ cr.define('options.network', function() {
entry.command = function() {
options.Preferences.setBooleanPref(
'cros.signed.data_roaming_enabled',
- !enableDataRoaming_);
+ !enableDataRoaming_, true);
// Force revalidation of the menu the next time it is displayed.
self.menu_ = null;
};
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/options/chromeos/proxy_rules_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698