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

Issue 2760453003: Work In Progess

Created:
3 years, 9 months ago by thanhph
Modified:
3 years, 9 months ago
Reviewers:
jonross
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Work In Progess

Patch Set 1 #

Total comments: 7

Patch Set 2 : . #

Patch Set 3 : convert local_state to use pre_client_store_ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+728 lines, -8 lines) Patch
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/prefs/default_pref_store.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M components/prefs/pref_registry.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M components/prefs/pref_service.cc View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M components/prefs/pref_value_map.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M services/ui/display/BUILD.gn View 2 chunks +6 lines, -0 lines 0 comments Download
M services/ui/display/screen_manager.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M services/ui/display/screen_manager_ozone_internal.h View 1 5 chunks +20 lines, -2 lines 0 comments Download
M services/ui/display/screen_manager_ozone_internal.cc View 1 2 4 chunks +75 lines, -1 line 0 comments Download
M services/ui/manifest.json View 1 1 chunk +2 lines, -1 line 0 comments Download
M services/ui/service.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M ui/display/manager/BUILD.gn View 2 chunks +5 lines, -0 lines 0 comments Download
A ui/display/manager/display_preferences.h View 1 chunk +65 lines, -0 lines 0 comments Download
A ui/display/manager/display_preferences.cc View 1 2 1 chunk +524 lines, -0 lines 0 comments Download
M ui/display/manager/json_converter.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 4 (1 generated)
jonross
https://codereview.chromium.org/2760453003/diff/1/services/ui/display/screen_manager_ozone_internal.cc File services/ui/display/screen_manager_ozone_internal.cc (right): https://codereview.chromium.org/2760453003/diff/1/services/ui/display/screen_manager_ozone_internal.cc#newcode220 services/ui/display/screen_manager_ozone_internal.cc:220: connector_ = service_manager::Connector::Create(&connector_request); You should not be trying to ...
3 years, 9 months ago (2017-03-16 23:59:17 UTC) #2
thanhph
https://codereview.chromium.org/2760453003/diff/1/services/ui/display/screen_manager_ozone_internal.cc File services/ui/display/screen_manager_ozone_internal.cc (right): https://codereview.chromium.org/2760453003/diff/1/services/ui/display/screen_manager_ozone_internal.cc#newcode220 services/ui/display/screen_manager_ozone_internal.cc:220: connector_ = service_manager::Connector::Create(&connector_request); On 2017/03/16 23:59:16, jonross wrote: > ...
3 years, 9 months ago (2017-03-17 19:11:43 UTC) #3
jonross
3 years, 9 months ago (2017-03-17 19:18:34 UTC) #4
https://codereview.chromium.org/2760453003/diff/1/services/ui/display/screen_...
File services/ui/display/screen_manager_ozone_internal.cc (right):

https://codereview.chromium.org/2760453003/diff/1/services/ui/display/screen_...
services/ui/display/screen_manager_ozone_internal.cc:231:
pref_client_store_->AddObserver(this);
On 2017/03/17 19:11:43, thanhph wrote:
> On 2017/03/16 23:59:16, jonross wrote:
> > This should be done before subscribing.
> > 
> > See the example code in:
> >
>
https://codereview.chromium.org/2474653003/diff/280001/ash/common/shelf/shelf...
> 
> Thanks! I realize preferences::PrefObserverStore no longer exists though.

PrefObserverStore was renamed PrefClientStore

Powered by Google App Engine
This is Rietveld 408576698