summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJungshik Shin (jungshik at google) <jshin@chromium.org>2014-11-19 14:49:26 -0800
committerJungshik Shin (jungshik at google) <jshin@chromium.org>2014-11-19 22:52:06 +0000
commita9df029331486d1d93e447f1887b5686f8eed41e (patch)
treee242d74d69b76db92dad145287eaaabc9ae565d1
parent3506ad6f4d88fcdd1fae73bc521033017ef580f9 (diff)
downloadchromium_src-a9df029331486d1d93e447f1887b5686f8eed41e.zip
chromium_src-a9df029331486d1d93e447f1887b5686f8eed41e.tar.gz
chromium_src-a9df029331486d1d93e447f1887b5686f8eed41e.tar.bz2
Add a few more European timezones
BUG=chrome-os-partner:32888 TEST=Malta, Zagreb, Brtislava, Vaduz show up along with other cities in Central European TZ. TBR=nkostylev@chromium.org Review URL: https://codereview.chromium.org/737713005 Cr-Commit-Position: refs/heads/master@{#304733} (cherry picked from commit 65abdb80308f87b6860022fb7317ecb245f26cc4) Review URL: https://codereview.chromium.org/736153002 Cr-Commit-Position: refs/branch-heads/2214@{#85} Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
-rw-r--r--chromeos/settings/timezone_settings.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromeos/settings/timezone_settings.cc b/chromeos/settings/timezone_settings.cc
index 1c8f894..7403b5ba 100644
--- a/chromeos/settings/timezone_settings.cc
+++ b/chromeos/settings/timezone_settings.cc
@@ -88,11 +88,13 @@ static const char* kTimeZones[] = {
"Europe/Amsterdam",
"Europe/Belgrade",
"Europe/Berlin",
+ "Europe/Bratislava",
"Europe/Brussels",
"Europe/Budapest",
"Europe/Copenhagen",
"Europe/Ljubljana",
"Europe/Madrid",
+ "Europe/Malta",
"Europe/Oslo",
"Europe/Paris",
"Europe/Prague",
@@ -100,8 +102,10 @@ static const char* kTimeZones[] = {
"Europe/Stockholm",
"Europe/Sarajevo",
"Europe/Tirane",
+ "Europe/Vaduz",
"Europe/Vienna",
"Europe/Warsaw",
+ "Europe/Zagreb",
"Europe/Zurich",
"Africa/Windhoek",
"Africa/Lagos",