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

Issue 2657873006: Remove WindowTreeClientDelegate::GetCaptureClient() and WindowTreeClient::GetCaptureClient(). (Closed)

Created:
3 years, 11 months ago by riajiang
Modified:
3 years, 10 months ago
CC:
chromium-reviews, kalyank, rjkroege, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove virtual function WindowTreeClientDelegate::GetCaptureClient() and WindowTreeClient::GetCaptureClient(). This CL is separated out from https://codereview.chromium.org/2626013005 BUG=676002, 678057 Review-Url: https://codereview.chromium.org/2657873006 Cr-Original-Commit-Position: refs/heads/master@{#447680} Committed: https://chromium.googlesource.com/chromium/src/+/6c8ec587ec4cf305eafb23d136dd4a34fd825730 Review-Url: https://codereview.chromium.org/2657873006 Cr-Commit-Position: refs/heads/master@{#447843} Committed: https://chromium.googlesource.com/chromium/src/+/f1238c589d9d22d51fe24c0744e28389e594267f

Patch Set 1 #

Total comments: 3

Patch Set 2 : remove include #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -61 lines) Patch
M ash/mus/window_manager.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ash/mus/window_manager.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M ash/mus/window_manager_unittest.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M mash/simple_wm/simple_wm.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M mash/simple_wm/simple_wm.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M services/navigation/view_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M services/navigation/view_impl.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M services/ui/demo/mus_demo.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M services/ui/demo/mus_demo.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M services/ui/test_wm/test_wm.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M services/ui/ws/window_server_test_base.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M services/ui/ws/window_server_test_base.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M ui/aura/mus/window_tree_client.h View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M ui/aura/mus/window_tree_client.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M ui/aura/mus/window_tree_client_delegate.h View 2 chunks +0 lines, -8 lines 0 comments Download
M ui/aura/test/aura_test_base.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/test/aura_test_base.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M ui/views/mus/mus_client.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/views/mus/mus_client.cc View 1 2 chunks +0 lines, -5 lines 0 comments Download

Messages

Total messages: 33 (19 generated)
riajiang
3 years, 11 months ago (2017-01-26 23:00:45 UTC) #3
sadrul
Thanks! lgtm https://codereview.chromium.org/2657873006/diff/1/ui/views/mus/mus_client.cc File ui/views/mus/mus_client.cc (right): https://codereview.chromium.org/2657873006/diff/1/ui/views/mus/mus_client.cc#newcode34 ui/views/mus/mus_client.cc:34: #include "ui/wm/core/capture_controller.h" Probably no longer needed?
3 years, 11 months ago (2017-01-27 01:15:13 UTC) #4
riajiang
Hi, sky@ could you take a look at ash/, mash/ and services/ui? rockot@ could you ...
3 years, 10 months ago (2017-01-27 19:39:44 UTC) #6
sky
https://codereview.chromium.org/2657873006/diff/1/ui/aura/mus/window_tree_client.cc File ui/aura/mus/window_tree_client.cc (right): https://codereview.chromium.org/2657873006/diff/1/ui/aura/mus/window_tree_client.cc#newcode467 ui/aura/mus/window_tree_client.cc:467: base::MakeUnique<CaptureSynchronizer>(this, tree_, GetCaptureClient()); Isn't GetCaptureClient() used here?
3 years, 10 months ago (2017-01-27 20:14:35 UTC) #7
riajiang
https://codereview.chromium.org/2657873006/diff/1/ui/aura/mus/window_tree_client.cc File ui/aura/mus/window_tree_client.cc (right): https://codereview.chromium.org/2657873006/diff/1/ui/aura/mus/window_tree_client.cc#newcode467 ui/aura/mus/window_tree_client.cc:467: base::MakeUnique<CaptureSynchronizer>(this, tree_, GetCaptureClient()); On 2017/01/27 20:14:35, sky wrote: > ...
3 years, 10 months ago (2017-01-27 20:23:21 UTC) #8
Ken Rockot(use gerrit already)
navigation rs lgtm
3 years, 10 months ago (2017-01-27 20:23:54 UTC) #9
sky
Ok, LGTM then
3 years, 10 months ago (2017-01-27 20:27:12 UTC) #10
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/2657873006/20001
3 years, 10 months ago (2017-02-01 23:21:19 UTC) #18
commit-bot: I haz the power
Failed to apply patch for ui/aura/mus/window_tree_client.h: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-01 23:25:53 UTC) #20
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/2657873006/40001
3 years, 10 months ago (2017-02-01 23:37:29 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/6c8ec587ec4cf305eafb23d136dd4a34fd825730
3 years, 10 months ago (2017-02-02 01:51:21 UTC) #26
johnme
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/2669203002/ by johnme@chromium.org. ...
3 years, 10 months ago (2017-02-02 13:18:21 UTC) #27
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/2657873006/40001
3 years, 10 months ago (2017-02-02 21:12:56 UTC) #30
commit-bot: I haz the power
3 years, 10 months ago (2017-02-02 21:24:08 UTC) #33
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/f1238c589d9d22d51fe24c0744e2...

Powered by Google App Engine
This is Rietveld 408576698