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

Issue 2787693002: Remove more dead app list code. (Closed)

Created:
3 years, 8 months ago by tapted
Modified:
3 years, 8 months ago
Reviewers:
James Cook, Matt Giuca
CC:
chromium-reviews, kalyank, sadrul, Matt Giuca, tfarina, chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove more dead app list code. App list is only compiled on ChromeOS now, so a bunch of stuff is unused. There's more to audit, but this CL deals with some of the more mechanical stuff - #ifdefs, profile switching, and shortcut creation. BUG=600915 Review-Url: https://codereview.chromium.org/2787693002 Cr-Commit-Position: refs/heads/master@{#461353} Committed: https://chromium.googlesource.com/chromium/src/+/9e03960f75b3019372157db5c4fe5264dfc36616

Patch Set 1 : trim #

Total comments: 3

Patch Set 2 : updated comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -1355 lines) Patch
M ash/shell/app_list.cc View 3 chunks +0 lines, -21 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_context_menu.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_context_menu.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/app_list/app_context_menu_unittest.cc View 10 chunks +8 lines, -32 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_controller_delegate.h View 4 chunks +0 lines, -23 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_controller_delegate.cc View 1 chunk +0 lines, -4 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_controller_delegate_impl.h View 1 chunk +0 lines, -65 lines 0 comments Download
D chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc View 1 chunk +0 lines, -147 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc View 2 chunks +1 line, -315 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_syncable_service.h View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_syncable_service.cc View 6 chunks +4 lines, -23 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_syncable_service_factory.cc View 3 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.h View 7 chunks +2 lines, -54 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 15 chunks +8 lines, -183 lines 0 comments Download
M chrome/browser/ui/app_list/extension_app_item.h View 4 chunks +1 line, -10 lines 0 comments Download
M chrome/browser/ui/app_list/extension_app_item.cc View 6 chunks +1 line, -35 lines 0 comments Download
M chrome/browser/ui/app_list/extension_app_model_builder.h View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/app_list/extension_app_model_builder.cc View 4 chunks +0 lines, -20 lines 0 comments Download
M chrome/browser/ui/app_list/search/app_search_provider.cc View 4 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/app_list/search/app_search_provider_unittest.cc View 5 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/ui/app_list/search/extension_app_result.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/app_list/search/search_controller_factory.cc View 4 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_service.h View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_service.cc View 9 chunks +0 lines, -23 lines 0 comments Download
M chrome/browser/ui/app_list/test/fake_profile.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/app_list/test/fake_profile.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/app_list/test/test_app_list_controller_delegate.cc View 2 chunks +0 lines, -17 lines 0 comments Download
M chrome/browser/ui/ash/app_list/app_list_controller_ash.h View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/ash/app_list/app_list_controller_ash.cc View 2 chunks +0 lines, -20 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M ui/app_list/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M ui/app_list/app_list_constants.h View 1 chunk +0 lines, -5 lines 0 comments Download
M ui/app_list/app_list_constants.cc View 2 chunks +0 lines, -14 lines 0 comments Download
M ui/app_list/app_list_folder_item.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/app_list/app_list_folder_item.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M ui/app_list/app_list_item.h View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/app_list/app_list_item.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M ui/app_list/app_list_model.h View 1 chunk +0 lines, -3 lines 0 comments Download
M ui/app_list/app_list_model.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M ui/app_list/app_list_switches.cc View 4 chunks +0 lines, -15 lines 0 comments Download
M ui/app_list/app_list_view_delegate.h View 4 chunks +0 lines, -53 lines 0 comments Download
D ui/app_list/app_list_view_delegate.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.h View 4 chunks +0 lines, -12 lines 0 comments Download
M ui/app_list/test/app_list_test_view_delegate.cc View 3 chunks +0 lines, -15 lines 0 comments Download
M ui/app_list/test/run_all_unittests.cc View 2 chunks +0 lines, -12 lines 0 comments Download
M ui/app_list/views/app_list_item_view.cc View 1 chunk +1 line, -10 lines 0 comments Download
M ui/app_list/views/app_list_main_view_unittest.cc View 1 chunk +1 line, -8 lines 0 comments Download
M ui/app_list/views/app_list_view.h View 2 chunks +0 lines, -6 lines 0 comments Download
M ui/app_list/views/app_list_view.cc View 2 chunks +0 lines, -9 lines 0 comments Download
M ui/app_list/views/app_list_view_unittest.cc View 7 chunks +0 lines, -64 lines 0 comments Download
M ui/app_list/views/apps_grid_view.cc View 4 chunks +2 lines, -7 lines 0 comments Download

Messages

Total messages: 34 (25 generated)
tapted
Hi Matt, please take a look.
3 years, 8 months ago (2017-03-31 03:13:46 UTC) #17
Matt Giuca
Lgtm with one question. Thanks for tackling this! https://codereview.chromium.org/2787693002/diff/80001/chrome/browser/ui/app_list/app_list_view_delegate.cc File chrome/browser/ui/app_list/app_list_view_delegate.cc (right): https://codereview.chromium.org/2787693002/diff/80001/chrome/browser/ui/app_list/app_list_view_delegate.cc#newcode134 chrome/browser/ui/app_list/app_list_view_delegate.cc:134: // ...
3 years, 8 months ago (2017-03-31 05:29:20 UTC) #18
tapted
https://codereview.chromium.org/2787693002/diff/80001/chrome/browser/ui/app_list/app_list_view_delegate.cc File chrome/browser/ui/app_list/app_list_view_delegate.cc (right): https://codereview.chromium.org/2787693002/diff/80001/chrome/browser/ui/app_list/app_list_view_delegate.cc#newcode134 chrome/browser/ui/app_list/app_list_view_delegate.cc:134: // Note that the destructor is not always called. ...
3 years, 8 months ago (2017-03-31 05:55:25 UTC) #19
tapted
+jamescook for ash/shell OWNERS https://codereview.chromium.org/2787693002/diff/80001/chrome/browser/ui/app_list/app_list_view_delegate.cc File chrome/browser/ui/app_list/app_list_view_delegate.cc (right): https://codereview.chromium.org/2787693002/diff/80001/chrome/browser/ui/app_list/app_list_view_delegate.cc#newcode134 chrome/browser/ui/app_list/app_list_view_delegate.cc:134: // Note that the destructor ...
3 years, 8 months ago (2017-03-31 10:59:23 UTC) #23
James Cook
ash/shell LGTM One question, though. You mention in the CL description "profile switching" not being ...
3 years, 8 months ago (2017-03-31 19:20:07 UTC) #26
tapted
On 2017/03/31 19:20:07, James Cook wrote: > ash/shell LGTM > > One question, though. You ...
3 years, 8 months ago (2017-04-02 23:19:42 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/2787693002/100001
3 years, 8 months ago (2017-04-02 23:20:24 UTC) #30
Matt Giuca
slgtm (post comment change).
3 years, 8 months ago (2017-04-02 23:59:25 UTC) #31
commit-bot: I haz the power
3 years, 8 months ago (2017-04-03 00:25:08 UTC) #34
Message was sent while issue was closed.
Committed patchset #2 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/9e03960f75b3019372157db5c4fe...

Powered by Google App Engine
This is Rietveld 408576698