From f470b886de1fced2926125a3c0101e3757eb4ff7 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 29 Oct 2025 10:08:34 +0100 Subject: www/iridium: update to 2025.10.141.2 --- www/iridium/files/patch-chrome_browser_global__features.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/iridium/files/patch-chrome_browser_global__features.cc') diff --git a/www/iridium/files/patch-chrome_browser_global__features.cc b/www/iridium/files/patch-chrome_browser_global__features.cc index e9d49b022d4c..c175942e4a6c 100644 --- a/www/iridium/files/patch-chrome_browser_global__features.cc +++ b/www/iridium/files/patch-chrome_browser_global__features.cc @@ -1,7 +1,7 @@ ---- chrome/browser/global_features.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/global_features.cc.orig 2025-10-28 14:29:43 UTC +++ chrome/browser/global_features.cc @@ -24,7 +24,7 @@ - #include "chrome/browser/glic/host/glic_synthetic_trial_manager.h" // nogncheck + #include "chrome/browser/glic/public/glic_enabling.h" // nogncheck #endif -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -- cgit v1.2.3 From 6d8702c5e42556c9f0b834733aaa24a027b14aa5 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Thu, 6 Nov 2025 18:45:43 +0100 Subject: www/iridium: update to 2025.11.142 --- www/iridium/files/patch-chrome_browser_global__features.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/iridium/files/patch-chrome_browser_global__features.cc') diff --git a/www/iridium/files/patch-chrome_browser_global__features.cc b/www/iridium/files/patch-chrome_browser_global__features.cc index c175942e4a6c..69e6e5e97425 100644 --- a/www/iridium/files/patch-chrome_browser_global__features.cc +++ b/www/iridium/files/patch-chrome_browser_global__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/global_features.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/global_features.cc.orig 2025-11-06 10:11:34 UTC +++ chrome/browser/global_features.cc -@@ -24,7 +24,7 @@ +@@ -25,7 +25,7 @@ #include "chrome/browser/glic/public/glic_enabling.h" // nogncheck #endif @@ -9,7 +9,7 @@ // This causes a gn error on Android builds, because gn does not understand // buildflags, so we include it only on platforms where it is used. #include "chrome/browser/ui/webui/whats_new/whats_new_registrar.h" -@@ -70,7 +70,7 @@ void GlobalFeatures::ReplaceGlobalFeaturesForTesting( +@@ -71,7 +71,7 @@ void GlobalFeatures::ReplaceGlobalFeaturesForTesting( void GlobalFeatures::Init() { system_permissions_platform_handle_ = CreateSystemPermissionsPlatformHandle(); @@ -18,7 +18,7 @@ whats_new_registry_ = CreateWhatsNewRegistry(); #endif -@@ -119,7 +119,7 @@ GlobalFeatures::CreateSystemPermissionsPlatformHandle( +@@ -123,7 +123,7 @@ GlobalFeatures::CreateSystemPermissionsPlatformHandle( return system_permission_settings::PlatformHandle::Create(); } -- cgit v1.2.3