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

Unified Diff: chrome/browser/resources/settings/date_time_page/date_time_page.js

Issue 2617533003: MD Settings: change most checkboxes to toggles (leave dialogs alone) (Closed)
Patch Set: fix tests Created 3 years, 11 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/settings/date_time_page/date_time_page.js
diff --git a/chrome/browser/resources/settings/date_time_page/date_time_page.js b/chrome/browser/resources/settings/date_time_page/date_time_page.js
index 3c7fb7d116ed337576c2f81ab007b47745d95fde..6e28f44220f922681e35ef9c608e88cfc57f41c5 100644
--- a/chrome/browser/resources/settings/date_time_page/date_time_page.js
+++ b/chrome/browser/resources/settings/date_time_page/date_time_page.js
@@ -151,7 +151,7 @@ Polymer({
* @param {!Event} e
* @private
*/
- onTimeZoneAutoDetectCheckboxChange_: function(e) {
+ onTimeZoneAutoDetectChange_: function(e) {
this.setPrefValue(
'settings.resolve_timezone_by_geolocation', e.target.checked);
},

Powered by Google App Engine
This is Rietveld 408576698