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

Issue 2560333002: Remove Deprecate Code For Desktop Capture Picker Old UI (Closed)

Created:
4 years ago by qiangchen
Modified:
4 years ago
CC:
asvitkine+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, extensions-reviews_chromium.org, mac-reviews_chromium.org, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove Deprecate Code For Desktop Capture Picker Old UI This is a code clean up CL, in which we remove the code for old UI of desktop capture picker. As we found the new UI works well. BUG=644811 Committed: https://crrev.com/41e08a84665f6d5deeaf5c2ddabb7cbcdf7f8752 Cr-Commit-Position: refs/heads/master@{#438629}

Patch Set 1 #

Patch Set 2 : Further remove CombinedDesktopMediaList #

Total comments: 12

Patch Set 3 : Delete unused resource #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2521 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 3 chunks +1 line, -19 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
D chrome/browser/media/combined_desktop_media_list.h View 1 1 chunk +0 lines, -50 lines 0 comments Download
D chrome/browser/media/combined_desktop_media_list.cc View 1 1 chunk +0 lines, -130 lines 0 comments Download
D chrome/browser/media/combined_desktop_media_list_unittest.cc View 1 1 chunk +0 lines, -387 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.h View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm View 1 2 2 chunks +0 lines, -18 lines 0 comments Download
M chrome/browser/ui/cocoa/media_picker/desktop_media_picker_controller.mm View 1 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/ui/cocoa/media_picker/desktop_media_picker_controller_deprecated.h View 1 chunk +0 lines, -76 lines 0 comments Download
D chrome/browser/ui/cocoa/media_picker/desktop_media_picker_controller_deprecated.mm View 1 chunk +0 lines, -443 lines 0 comments Download
D chrome/browser/ui/cocoa/media_picker/desktop_media_picker_controller_deprecated_unittest.mm View 1 2 3 1 chunk +0 lines, -259 lines 0 comments Download
M chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc View 1 2 3 chunks +0 lines, -8 lines 0 comments Download
D chrome/browser/ui/views/desktop_media_picker_views_deprecated.h View 1 chunk +0 lines, -210 lines 0 comments Download
D chrome/browser/ui/views/desktop_media_picker_views_deprecated.cc View 1 chunk +0 lines, -666 lines 0 comments Download
D chrome/browser/ui/views/desktop_media_picker_views_deprecated_unittest.cc View 1 chunk +0 lines, -231 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 3 chunks +0 lines, -3 lines 0 comments Download
M extensions/common/switches.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M extensions/common/switches.cc View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 44 (27 generated)
qiangchen
Can you take a look? Deprecate code removal.
4 years ago (2016-12-12 17:01:03 UTC) #11
msw
https://codereview.chromium.org/2560333002/diff/20001/chrome/browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm File chrome/browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm (left): https://codereview.chromium.org/2560333002/diff/20001/chrome/browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm#oldcode33 chrome/browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm:33: controller_deprecated_.reset([[DesktopMediaPickerControllerDeprecated alloc] Remove this member from desktop_media_picker_cocoa.h https://codereview.chromium.org/2560333002/diff/20001/chrome/browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm File ...
4 years ago (2016-12-12 20:19:59 UTC) #12
qiangchen
Thanks. Removed the unused resources. https://codereview.chromium.org/2560333002/diff/20001/chrome/browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm File chrome/browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm (left): https://codereview.chromium.org/2560333002/diff/20001/chrome/browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm#oldcode33 chrome/browser/ui/cocoa/media_picker/desktop_media_picker_cocoa.mm:33: controller_deprecated_.reset([[DesktopMediaPickerControllerDeprecated alloc] On 2016/12/12 ...
4 years ago (2016-12-12 20:41:29 UTC) #13
msw
lgtm
4 years ago (2016-12-12 20:46:44 UTC) #16
qiangchen
rockot@: Can you take a look at the two files in folder extension/ ?
4 years ago (2016-12-12 21:02:27 UTC) #17
Ken Rockot(use gerrit already)
lgtm
4 years ago (2016-12-13 19:07:32 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/2560333002/40001
4 years ago (2016-12-13 20:48:10 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/325120)
4 years ago (2016-12-13 20:57:05 UTC) #24
qiangchen
Hi, sergeyu@: Can you take a look at this CL? Or more specifically the files ...
4 years ago (2016-12-13 21:10:33 UTC) #26
Sergey Ulanov
lgtm
4 years ago (2016-12-14 00:23:32 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/2560333002/40001
4 years ago (2016-12-14 00:26:55 UTC) #29
commit-bot: I haz the power
Failed to apply patch for extensions/common/switches.h: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-12-14 01:45:26 UTC) #31
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/2560333002/40001
4 years ago (2016-12-14 17:04:33 UTC) #33
commit-bot: I haz the power
Failed to apply patch for extensions/common/switches.h: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-12-14 18:49:17 UTC) #35
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/2560333002/80001
4 years ago (2016-12-14 19:28:54 UTC) #39
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years ago (2016-12-14 21:24:41 UTC) #42
commit-bot: I haz the power
4 years ago (2016-12-14 21:28:40 UTC) #44
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/41e08a84665f6d5deeaf5c2ddabb7cbcdf7f8752
Cr-Commit-Position: refs/heads/master@{#438629}

Powered by Google App Engine
This is Rietveld 408576698