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

Issue 2199993002: Add generic PaletteDelegate code. (Closed)

Created:
4 years, 4 months ago by jdufault
Modified:
4 years, 4 months ago
Reviewers:
Daniel Erat
CC:
chromium-reviews, kalyank, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@note-options
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add generic PaletteDelegate code. The delegate methods will be populated in later CLs as needed. This CL just provides the delegate structure. BUG=616112 Committed: https://crrev.com/0f4fa6ef10afabc0f4b889a3175b4aa0c8d715cf Cr-Commit-Position: refs/heads/master@{#410132}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments #

Patch Set 3 : Rebase #

Patch Set 4 : Fix trybots #

Total comments: 4

Patch Set 5 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -0 lines) Patch
M ash/ash.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A ash/common/palette_delegate.h View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
M ash/common/shell_delegate.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M ash/common/wm_shell.h View 1 2 3 chunks +4 lines, -0 lines 0 comments Download
M ash/common/wm_shell.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M ash/mus/shell_delegate_mus.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/shell_delegate_mus.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 2 3 4 3 chunks +14 lines, -0 lines 0 comments Download
M ash/sysui/shell_delegate_mus.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ash/sysui/shell_delegate_mus.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M ash/test/test_shell_delegate.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_shell_delegate.cc View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
A chrome/browser/ui/ash/palette_delegate_chromeos.h View 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/ui/ash/palette_delegate_chromeos.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 31 (24 generated)
Daniel Erat
https://codereview.chromium.org/2199993002/diff/1/ash/common/shell_delegate.h File ash/common/shell_delegate.h (right): https://codereview.chromium.org/2199993002/diff/1/ash/common/shell_delegate.h#newcode128 ash/common/shell_delegate.h:128: virtual PaletteDelegate* CreatePaletteDelegate() = 0; how about returning std::unique_ptr<PaletteDelegate> ...
4 years, 4 months ago (2016-08-02 21:35:01 UTC) #6
jdufault
https://codereview.chromium.org/2199993002/diff/1/ash/common/shell_delegate.h File ash/common/shell_delegate.h (right): https://codereview.chromium.org/2199993002/diff/1/ash/common/shell_delegate.h#newcode128 ash/common/shell_delegate.h:128: virtual PaletteDelegate* CreatePaletteDelegate() = 0; On 2016/08/02 21:35:01, Daniel ...
4 years, 4 months ago (2016-08-04 23:55:29 UTC) #8
Daniel Erat
lgtm with a few nits. thanks! https://codereview.chromium.org/2199993002/diff/60001/ash/common/palette_delegate.h File ash/common/palette_delegate.h (right): https://codereview.chromium.org/2199993002/diff/60001/ash/common/palette_delegate.h#newcode18 ash/common/palette_delegate.h:18: maybe add a ...
4 years, 4 months ago (2016-08-05 15:48:52 UTC) #20
jdufault
https://codereview.chromium.org/2199993002/diff/60001/ash/common/palette_delegate.h File ash/common/palette_delegate.h (right): https://codereview.chromium.org/2199993002/diff/60001/ash/common/palette_delegate.h#newcode18 ash/common/palette_delegate.h:18: On 2016/08/05 15:48:52, Daniel Erat wrote: > maybe add ...
4 years, 4 months ago (2016-08-05 19:03:37 UTC) #25
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/2199993002/80001
4 years, 4 months ago (2016-08-05 19:04:48 UTC) #28
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-05 19:14:17 UTC) #29
commit-bot: I haz the power
4 years, 4 months ago (2016-08-05 19:16:32 UTC) #31
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/0f4fa6ef10afabc0f4b889a3175b4aa0c8d715cf
Cr-Commit-Position: refs/heads/master@{#410132}

Powered by Google App Engine
This is Rietveld 408576698