Index: chrome/browser/resources/options/chromeos_system_options.js |
diff --git a/chrome/browser/resources/options/chromeos_system_options.js b/chrome/browser/resources/options/chromeos_system_options.js |
index fa69ad4e2db912a6194d35eaee566418a1b5c7b1..52ffd700e3e9401cabc188fd7ef306837e66cf09 100644 |
--- a/chrome/browser/resources/options/chromeos_system_options.js |
+++ b/chrome/browser/resources/options/chromeos_system_options.js |
@@ -31,8 +31,6 @@ cr.define('options', function() { |
OptionsPage.prototype.initializePage.call(this); |
var timezone = $('timezone-select'); |
if (timezone) { |
- timezone.initializeValues(templateData.timezoneList); |
- |
// Disable the timezone setting for non-owners, as this is a |
// system wide setting. |
if (!AccountsOptions.currentUserIsOwner()) |