Skip to content

Commit

Permalink
[ios] Removes Zine implementation 2/N
Browse files Browse the repository at this point in the history
Deletes the following legacy CS classes along with its usage:
content_suggestions_articles_header_item
content_suggestions_discover_item
content_suggestions_action_handler
content_suggestions_consumer

Deletes the following sections from the Model:
ContentSuggestionTypeArticle
ContentSuggestionTypeReadingList
ContentSuggestionTypeLearnMore

Bug: 1200303
Change-Id: I7bcb6ccb5981312b486845baae5c95f2b0a569d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3170032
Reviewed-by: Adam Trudeau-Arcaro <adamta@google.com>
Commit-Queue: Sergio Collazos <sczs@chromium.org>
Cr-Commit-Position: refs/heads/main@{#923883}
  • Loading branch information
Sergio Collazos authored and Chromium LUCI CQ committed Sep 22, 2021
1 parent 478ecd4 commit 6cdf4b8
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 877 deletions.
4 changes: 0 additions & 4 deletions ios/chrome/browser/ui/content_suggestions/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@

source_set("content_suggestions") {
sources = [
"content_suggestions_action_handler.h",
"content_suggestions_alert_factory.h",
"content_suggestions_alert_factory.mm",
"content_suggestions_category_wrapper.h",
"content_suggestions_category_wrapper.mm",
"content_suggestions_consumer.h",
"content_suggestions_coordinator.h",
"content_suggestions_coordinator.mm",
"content_suggestions_favicon_mediator.h",
Expand Down Expand Up @@ -116,13 +114,11 @@ source_set("constants") {

source_set("content_suggestions_ui") {
sources = [
"content_suggestions_action_handler.h",
"content_suggestions_collection_controlling.h",
"content_suggestions_collection_synchronizing.h",
"content_suggestions_collection_updater.h",
"content_suggestions_collection_updater.mm",
"content_suggestions_commands.h",
"content_suggestions_consumer.h",
"content_suggestions_data_sink.h",
"content_suggestions_data_source.h",
"content_suggestions_header_commands.h",
Expand Down
4 changes: 0 additions & 4 deletions ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ source_set("cells") {

source_set("cells_ui") {
sources = [
"content_suggestions_articles_header_item.h",
"content_suggestions_articles_header_item.mm",
"content_suggestions_discover_header_item.h",
"content_suggestions_discover_header_item.mm",
"content_suggestions_discover_item.h",
"content_suggestions_discover_item.mm",
"content_suggestions_header_item.h",
"content_suggestions_header_item.mm",
"content_suggestions_most_visited_action_cell.h",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6cdf4b8

Please sign in to comment.