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

Issue 2827193004: Make PrefService available in *ash (Closed)

Created:
3 years, 8 months ago by afakhry
Modified:
3 years, 8 months ago
Reviewers:
sky
CC:
chromium-reviews, kalyank, sadrul
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Make PrefService available in *ash This CL adds a temporary solution to make the active user's pref service available in *ash. BUG=713934 Review-Url: https://codereview.chromium.org/2827193004 Cr-Commit-Position: refs/heads/master@{#467576} Committed: https://chromium.googlesource.com/chromium/src/+/15eb928d886a49c90111f25af454be9df4fba3a7

Patch Set 1 #

Total comments: 4

Patch Set 2 : sky's comments #

Total comments: 2

Patch Set 3 : Adding NOTREACHED() comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -3 lines) Patch
M ash/mus/shell_delegate_mus.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/shell_delegate_mus.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M ash/shell.h View 1 2 chunks +11 lines, -1 line 0 comments Download
M ash/shell.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/shell_delegate.h View 2 chunks +3 lines, -0 lines 0 comments Download
M ash/test/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_shell_delegate.h View 3 chunks +4 lines, -1 line 0 comments Download
M ash/test/test_shell_delegate.cc View 3 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
sky
Two thoughts here: 1. I'm assuming you want this as Shell is going to start ...
3 years, 8 months ago (2017-04-21 20:37:32 UTC) #6
afakhry
On 2017/04/21 20:37:32, sky wrote: > Two thoughts here: > > 1. I'm assuming you ...
3 years, 8 months ago (2017-04-24 16:20:16 UTC) #7
sky
On 2017/04/24 16:20:16, afakhry wrote: > On 2017/04/21 20:37:32, sky wrote: > > Two thoughts ...
3 years, 8 months ago (2017-04-24 19:54:21 UTC) #8
afakhry
On 2017/04/24 19:54:21, sky wrote: > On 2017/04/24 16:20:16, afakhry wrote: > > On 2017/04/21 ...
3 years, 8 months ago (2017-04-25 00:40:07 UTC) #9
sky
Wouldn't classic ash use the same thing? -Scott On Mon, Apr 24, 2017 at 5:40 ...
3 years, 8 months ago (2017-04-25 17:11:24 UTC) #10
afakhry
On 2017/04/25 17:11:24, sky wrote: > Wouldn't classic ash use the same thing? > > ...
3 years, 8 months ago (2017-04-25 18:05:43 UTC) #11
sky
On 2017/04/25 18:05:43, afakhry wrote: > On 2017/04/25 17:11:24, sky wrote: > > Wouldn't classic ...
3 years, 8 months ago (2017-04-25 20:23:29 UTC) #12
afakhry
On 2017/04/25 20:23:29, sky wrote: > On 2017/04/25 18:05:43, afakhry wrote: > > On 2017/04/25 ...
3 years, 8 months ago (2017-04-25 21:40:06 UTC) #13
sky
Ahmed convinced me the approach here is better than the alternative. https://codereview.chromium.org/2827193004/diff/1/ash/mus/shell_delegate_mus.cc File ash/mus/shell_delegate_mus.cc (right): ...
3 years, 8 months ago (2017-04-26 18:14:00 UTC) #14
afakhry
Thanks! https://codereview.chromium.org/2827193004/diff/1/ash/mus/shell_delegate_mus.cc File ash/mus/shell_delegate_mus.cc (right): https://codereview.chromium.org/2827193004/diff/1/ash/mus/shell_delegate_mus.cc#newcode159 ash/mus/shell_delegate_mus.cc:159: NOTIMPLEMENTED(); On 2017/04/26 18:14:00, sky wrote: > Shouldn't ...
3 years, 8 months ago (2017-04-26 18:36:46 UTC) #15
sky
LGTM https://codereview.chromium.org/2827193004/diff/20001/ash/mus/shell_delegate_mus.cc File ash/mus/shell_delegate_mus.cc (right): https://codereview.chromium.org/2827193004/diff/20001/ash/mus/shell_delegate_mus.cc#newcode159 ash/mus/shell_delegate_mus.cc:159: NOTREACHED(); Please add a comment as to why ...
3 years, 8 months ago (2017-04-26 19:51:57 UTC) #16
afakhry
https://codereview.chromium.org/2827193004/diff/20001/ash/mus/shell_delegate_mus.cc File ash/mus/shell_delegate_mus.cc (right): https://codereview.chromium.org/2827193004/diff/20001/ash/mus/shell_delegate_mus.cc#newcode159 ash/mus/shell_delegate_mus.cc:159: NOTREACHED(); On 2017/04/26 19:51:57, sky wrote: > Please add ...
3 years, 8 months ago (2017-04-26 22:43:51 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2827193004/40001
3 years, 8 months ago (2017-04-27 00:22:57 UTC) #20
commit-bot: I haz the power
3 years, 8 months ago (2017-04-27 04:04:57 UTC) #23
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/15eb928d886a49c90111f25af454...

Powered by Google App Engine
This is Rietveld 408576698