summaryrefslogtreecommitdiffstats
path: root/chrome/browser/options_util.cc
diff options
context:
space:
mode:
authorchocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-30 23:18:15 +0000
committerchocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-30 23:18:15 +0000
commit94a922b85962d298dbc5e66e88862e060a731eff (patch)
treed1fb5d35a13b893cf0e0a4af8fb127d31bd45c9a /chrome/browser/options_util.cc
parented3939c9ba23e100035e68f54fcc372c49c202cc (diff)
downloadchromium_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/browser/options_util.cc')
-rw-r--r--chrome/browser/options_util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/options_util.cc b/chrome/browser/options_util.cc
index b4c5c9a..17b064d 100644
--- a/chrome/browser/options_util.cc
+++ b/chrome/browser/options_util.cc
@@ -35,7 +35,6 @@ void OptionsUtil::ResetToDefaults(Profile* profile) {
prefs::kTLS1Enabled,
#endif
#if defined(OS_CHROMEOS)
- prefs::kTimeZone,
prefs::kTapToClickEnabled,
prefs::kVertEdgeScrollEnabled,
prefs::kTouchpadSpeedFactor,