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

Issue 2582743002: Remove obsolete app_list Linux code. (Closed)

Created:
4 years ago by Matt Giuca
Modified:
4 years ago
Reviewers:
tapted, Peter Kasting
CC:
chromium-reviews, tfarina, Matt Giuca, chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove obsolete app_list Linux code. Also removes other app_list files that are no longer used due to having removed app_list on non-Chrome-OS platforms. BUG=614575 Committed: https://crrev.com/b21a894a060c42ae2c216032317063f44694f86a Cr-Commit-Position: refs/heads/master@{#440248}

Patch Set 1 #

Patch Set 2 : Remove more things. #

Total comments: 12

Patch Set 3 : Rebase. #

Patch Set 4 : tapted comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -2558 lines) Patch
M chrome/browser/apps/custom_launcher_page_browsertest_views.cc View 1 2 3 4 chunks +5 lines, -22 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 chunks +0 lines, -22 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_controller_browsertest.cc View 1 2 3 4 chunks +2 lines, -9 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_controller_delegate_views.h View 1 chunk +0 lines, -33 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_controller_delegate_views.cc View 1 chunk +0 lines, -50 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_positioner.h View 1 1 chunk +0 lines, -116 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_positioner.cc View 1 1 chunk +0 lines, -204 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_positioner_unittest.cc View 1 1 chunk +0 lines, -339 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc View 1 2 3 3 chunks +2 lines, -56 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_service_views.h View 1 chunk +0 lines, -72 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_service_views.cc View 1 chunk +0 lines, -132 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_service_views_browsertest.cc View 1 chunk +0 lines, -270 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_shower_views.h View 1 chunk +0 lines, -75 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_shower_views.cc View 1 chunk +0 lines, -154 lines 0 comments Download
D chrome/browser/ui/app_list/fast_show_pickler.h View 1 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/ui/app_list/fast_show_pickler.cc View 1 1 chunk +0 lines, -244 lines 0 comments Download
D chrome/browser/ui/app_list/test/fast_show_pickler_unittest.cc View 1 1 chunk +0 lines, -116 lines 0 comments Download
D chrome/browser/ui/views/app_list/OWNERS View 1 chunk +0 lines, -4 lines 1 comment Download
D chrome/browser/ui/views/app_list/linux/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/ui/views/app_list/linux/app_list_linux.h View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/ui/views/app_list/linux/app_list_linux.cc View 1 chunk +0 lines, -112 lines 0 comments Download
D chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc View 1 chunk +0 lines, -259 lines 0 comments Download
D chrome/browser/ui/views/app_list/linux/app_list_service_linux.h View 1 chunk +0 lines, -45 lines 0 comments Download
D chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc View 1 chunk +0 lines, -107 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 3 chunks +8 lines, -22 lines 0 comments Download

Messages

Total messages: 25 (13 generated)
Matt Giuca
4 years ago (2016-12-16 04:59:40 UTC) #4
tapted
WDYT of removing ProfileLoader per http://crbug.com/614575#c12 ? (in a follow-up perhaps) https://codereview.chromium.org/2582743002/diff/20001/chrome/browser/apps/custom_launcher_page_browsertest_views.cc File chrome/browser/apps/custom_launcher_page_browsertest_views.cc (right): ...
4 years ago (2016-12-16 05:11:41 UTC) #5
Matt Giuca
Yeah, let's remove ProfileLoader in a follow-up. https://codereview.chromium.org/2582743002/diff/20001/chrome/browser/apps/custom_launcher_page_browsertest_views.cc File chrome/browser/apps/custom_launcher_page_browsertest_views.cc (right): https://codereview.chromium.org/2582743002/diff/20001/chrome/browser/apps/custom_launcher_page_browsertest_views.cc#newcode211 chrome/browser/apps/custom_launcher_page_browsertest_views.cc:211: // Gesture ...
4 years ago (2016-12-21 06:18:03 UTC) #8
tapted
lgtm
4 years ago (2016-12-21 10:24:30 UTC) #11
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/2582743002/80001
4 years ago (2016-12-21 10:24:43 UTC) #12
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/330620)
4 years ago (2016-12-21 10:31:40 UTC) #14
tapted
https://codereview.chromium.org/2582743002/diff/80001/chrome/browser/ui/views/app_list/OWNERS File chrome/browser/ui/views/app_list/OWNERS (left): https://codereview.chromium.org/2582743002/diff/80001/chrome/browser/ui/views/app_list/OWNERS#oldcode4 chrome/browser/ui/views/app_list/OWNERS:4: tapted@chromium.org lol. I think we need to leave this ...
4 years ago (2016-12-21 11:23:02 UTC) #15
tapted
+pkasting for OWNERS, to delete a folder: chrome/browser/ui/views/app_list (turns out having OWNERS in a folder ...
4 years ago (2016-12-21 11:27:34 UTC) #17
Peter Kasting
RS LGTM
4 years ago (2016-12-21 20:09:49 UTC) #18
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/2582743002/80001
4 years ago (2016-12-21 21:54:42 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years ago (2016-12-21 22:44:41 UTC) #23
commit-bot: I haz the power
4 years ago (2016-12-21 22:48:25 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b21a894a060c42ae2c216032317063f44694f86a
Cr-Commit-Position: refs/heads/master@{#440248}

Powered by Google App Engine
This is Rietveld 408576698