diff options
author | chocobo@google.com <chocobo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 21:08:29 +0000 |
---|---|---|
committer | chocobo@google.com <chocobo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 21:08:29 +0000 |
commit | fecc1520c83dc037865ba49846f764ce056d4016 (patch) | |
tree | 54be637f39785fda3046ca0a276be1ceba2c9999 /chrome/common/pref_names.cc | |
parent | 40c2a7869363f42ab82b48bd5d4cb1a776cd2809 (diff) | |
download | chromium_src-fecc1520c83dc037865ba49846f764ce056d4016.zip chromium_src-fecc1520c83dc037865ba49846f764ce056d4016.tar.gz chromium_src-fecc1520c83dc037865ba49846f764ce056d4016.tar.bz2 |
Add UI for changing timezones.
BUG=24876
TEST=none
Review URL: http://codereview.chromium.org/267113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index ee03bc3..8293cf5 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -182,6 +182,9 @@ extern const wchar_t kTLS1Enabled[] = L"ssl.tls1.enabled"; #endif #if defined(OS_CHROMEOS) +// A string pref set to the timezone. +extern const wchar_t kTimeZone[] = L"settings.datetime.timezone"; + // A boolean pref set to true if TapToClick is being done in browser. extern const wchar_t kTapToClickEnabled[] = L"settings.touchpad.enable_tap_to_click"; |