diff --git a/build/cromite_patches_list.txt b/build/cromite_patches_list.txt index 48605b0be..2a725e923 100644 --- a/build/cromite_patches_list.txt +++ b/build/cromite_patches_list.txt @@ -296,3 +296,5 @@ eyeo-beta-118.0.5993.48-extension_api.patch Eyeo-Adblock-Remove-Privacy-Issues.patch AdblockPlus-add-blocking-in-service-workers.patch AdblockPlus-connect-popup-blocker.patch + +Temp-FIXUP-Content-settings-infrastructure.patch \ No newline at end of file diff --git a/build/patches/Temp-FIXUP-Content-settings-infrastructure.patch b/build/patches/Temp-FIXUP-Content-settings-infrastructure.patch new file mode 100644 index 000000000..fdecaa11b --- /dev/null +++ b/build/patches/Temp-FIXUP-Content-settings-infrastructure.patch @@ -0,0 +1,20 @@ +From: uazo +Date: Thu, 8 Feb 2024 07:01:10 +0000 +Subject: Temp FIXUP Content settings infrastructure + +--- + chrome/browser/ui/views/page_info/page_info_main_view.cc | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/chrome/browser/ui/views/page_info/page_info_main_view.cc b/chrome/browser/ui/views/page_info/page_info_main_view.cc +--- a/chrome/browser/ui/views/page_info/page_info_main_view.cc ++++ b/chrome/browser/ui/views/page_info/page_info_main_view.cc +@@ -300,6 +300,7 @@ void PageInfoMainView::SetPermissionInfo( + content_view->AddChildView(std::move(object_view))); + } + ++ table_layout->AddRows(/*n=*/1, views::TableLayout::kFixedSize); + if (++count % 2 == 0) + content_view->AddChildView(std::make_unique()); + +--