diff --git a/build/patches/Restore-Simplified-NTP-launch.patch b/build/patches/Restore-Simplified-NTP-launch.patch index 1d52c932..90e15a9c 100644 --- a/build/patches/Restore-Simplified-NTP-launch.patch +++ b/build/patches/Restore-Simplified-NTP-launch.patch @@ -8,7 +8,7 @@ License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html --- chrome/android/chrome_java_resources.gni | 1 + chrome/android/chrome_java_sources.gni | 2 + - .../java/res/layout/mv_tiles_container.xml | 2 +- + .../java/res/layout/mv_tiles_container.xml | 3 +- .../java/res/layout/mv_tiles_layout.xml | 13 +- .../java/res/layout/new_tab_page_layout.xml | 7 + .../new_tab_page_tile_grid_placeholder.xml | 8 +- @@ -41,7 +41,7 @@ License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html .../Restore-Simplified-NTP-launch.inc | 12 + .../Restore-Simplified-NTP-launch.inc | 5 + .../Restore-Simplified-NTP-launch.inc | 1 + - 35 files changed, 537 insertions(+), 55 deletions(-) + 35 files changed, 538 insertions(+), 55 deletions(-) create mode 100644 chrome/android/java/res/layout/ntp_shortcuts.xml create mode 100644 chrome/android/java/src/org/chromium/chrome/browser/feedback/SimplifiedNtpFeedbackSource.java create mode 100644 chrome/android/java/src/org/chromium/chrome/browser/suggestions/tile/MostVisitedTilesGridLayout.java @@ -82,11 +82,12 @@ diff --git a/chrome/android/chrome_java_sources.gni b/chrome/android/chrome_java diff --git a/chrome/android/java/res/layout/mv_tiles_container.xml b/chrome/android/java/res/layout/mv_tiles_container.xml --- a/chrome/android/java/res/layout/mv_tiles_container.xml +++ b/chrome/android/java/res/layout/mv_tiles_container.xml -@@ -31,7 +31,7 @@ found in the LICENSE file. +@@ -31,7 +31,8 @@ found in the LICENSE file.