diff options
author | chocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 23:18:15 +0000 |
---|---|---|
committer | chocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 23:18:15 +0000 |
commit | 94a922b85962d298dbc5e66e88862e060a731eff (patch) | |
tree | d1fb5d35a13b893cf0e0a4af8fb127d31bd45c9a /chrome/common/pref_names.cc | |
parent | ed3939c9ba23e100035e68f54fcc372c49c202cc (diff) | |
download | chromium_src-94a922b85962d298dbc5e66e88862e060a731eff.zip chromium_src-94a922b85962d298dbc5e66e88862e060a731eff.tar.gz chromium_src-94a922b85962d298dbc5e66e88862e060a731eff.tar.bz2 |
Fix it so that we save timezone properly. We are now going through libcros (instead of a preference) to save the timezone.
BUG=chromium-os:1025
TEST=ClockMenuButtonTest
Review URL: http://codereview.chromium.org/2828024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51311 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, 0 insertions, 3 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index a12decc..3c8cd8d 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -178,9 +178,6 @@ const wchar_t kTLS1Enabled[] = L"ssl.tls1.enabled"; #endif #if defined(OS_CHROMEOS) -// A string pref set to the timezone. -const wchar_t kTimeZone[] = L"settings.datetime.timezone"; - // A boolean pref set to true if TapToClick is being done in browser. const wchar_t kTapToClickEnabled[] = L"settings.touchpad.enable_tap_to_click"; |