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

Unified Diff: chrome/browser/resources/settings/controls/settings_boolean_control_behavior.js

Issue 2755553002: MD Settings: Fix broken numeric prefs using boolean controls (Closed)
Patch Set: update test Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/settings_toggle_button_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/controls/settings_boolean_control_behavior.js
diff --git a/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.js b/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.js
index ffb43f003c81cbaa4960cb3e7258888c3f5f8c8f..0b45e03db7022d6c3fb182b95d7267c305f093b6 100644
--- a/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.js
+++ b/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.js
@@ -63,7 +63,6 @@ var SettingsBooleanControlBehaviorImpl = {
*/
numericUncheckedValue: {
type: Number,
- readOnly: true,
value: 0,
}
},
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/settings_toggle_button_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698