Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Issue 3143009: Reenabled ChromeOS system setting for timezone selection.... (Closed)

Created:
10 years, 4 months ago by zel
Modified:
9 years, 6 months ago
Reviewers:
xiyuan, dhg
CC:
chromium-reviews, davemoore+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Reenabled ChromeOS system setting for timezone selection. BUG=chromium-os:5646 TEST=option chrome:options on chromeos build, go to system page and make timezone is back there Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56245

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 10

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+447 lines, -119 lines) Patch
M chrome/browser/chromeos/cros_settings.h View 1 2 3 4 5 6 7 8 4 chunks +26 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/cros_settings.cc View 1 2 3 4 5 6 7 8 10 chunks +83 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/cros_settings_names.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/cros_settings_names.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/cros_settings_provider.h View 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros_settings_provider_user.cc View 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/dom_ui/accounts_options_handler.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/accounts_options_handler.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.h View 6 7 8 1 chunk +9 lines, -1 line 0 comments Download
M chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.cc View 6 7 8 3 chunks +36 lines, -0 lines 1 comment Download
A chrome/browser/chromeos/dom_ui/cros_options_page_ui_handler.h View 1 2 3 4 5 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/dom_ui/cros_options_page_ui_handler.cc View 4 5 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/system_options_handler.h View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/system_options_handler.cc View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -80 lines 0 comments Download
A chrome/browser/chromeos/dom_ui/system_settings_provider.h View 1 2 3 4 5 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/dom_ui/system_settings_provider.cc View 1 2 3 4 5 1 chunk +148 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/core_options_handler.h View 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/core_options_handler.cc View 6 7 8 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos_system_options.html View 3 4 5 6 7 8 2 chunks +1 line, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 3 4 5 6 7 8 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/common/notification_type.h View 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
zel
still missing change notification handling from libcros, trying to figure out a neat way to ...
10 years, 4 months ago (2010-08-13 00:24:29 UTC) #1
dhg
http://codereview.chromium.org/3143009/diff/15002/29009 File chrome/browser/chromeos/dom_ui/cros_options_page_ui_handler.cc (right): http://codereview.chromium.org/3143009/diff/15002/29009#newcode20 chrome/browser/chromeos/dom_ui/cros_options_page_ui_handler.cc:20: CrosSettings::Get()->RemoveProvider(settings_provider_); hmm... I think this means its never cleaned ...
10 years, 4 months ago (2010-08-13 15:36:44 UTC) #2
xiyuan
http://codereview.chromium.org/3143009/diff/15002/29002 File chrome/browser/chromeos/cros_settings.cc (right): http://codereview.chromium.org/3143009/diff/15002/29002#newcode124 chrome/browser/chromeos/cros_settings.cc:124: delete providers_[i]; think we probably want the handlers to ...
10 years, 4 months ago (2010-08-13 17:16:40 UTC) #3
zel
Note that the update also contains the notification mechanism as well. Please review that part. ...
10 years, 4 months ago (2010-08-13 20:59:34 UTC) #4
dhg
I'm a little concerned about the lifetime of the new providers. Not sure this is ...
10 years, 4 months ago (2010-08-16 15:57:21 UTC) #5
dhg
We could just say, submit this one as is, then work on pulling it out ...
10 years, 4 months ago (2010-08-16 16:17:57 UTC) #6
xiyuan
10 years, 4 months ago (2010-08-16 16:19:08 UTC) #7
LGTM

Per discussion, we might need to decouple settings provider from UI. But I think
this CL is good for now.

Powered by Google App Engine
This is Rietveld 408576698