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

Unified Diff: chrome/browser/resources/options2/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: 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/network_list.js
diff --git a/chrome/browser/resources/options2/chromeos/network_list.js b/chrome/browser/resources/options2/chromeos/network_list.js
index 0ce29884f0e0d8b9ea73ff9b2b3e491c8addb53d..003bdc9fbcecbc390ea7cebf567e8d74650b4066 100644
--- a/chrome/browser/resources/options2/chromeos/network_list.js
+++ b/chrome/browser/resources/options2/chromeos/network_list.js
@@ -459,7 +459,8 @@ cr.define('options.network', function() {
entry.command = function() {
options.Preferences.setBooleanPref(
'cros.signed.data_roaming_enabled',
James Hawkins 2012/08/02 20:33:32 Optional nit: Condense parameters.
bartfab (slow) 2012/08/31 14:14:30 Done.
- !enableDataRoaming_);
+ !enableDataRoaming_,
+ true);
// Force revalidation of the menu the next time it is
// displayed.
this.menu_ = null;

Powered by Google App Engine
This is Rietveld 408576698