diff options
Diffstat (limited to 'www/iridium/files/patch-chrome_browser_prefs_browser__prefs.cc')
| -rw-r--r-- | www/iridium/files/patch-chrome_browser_prefs_browser__prefs.cc | 15 | 
1 files changed, 8 insertions, 7 deletions
| diff --git a/www/iridium/files/patch-chrome_browser_prefs_browser__prefs.cc b/www/iridium/files/patch-chrome_browser_prefs_browser__prefs.cc index 106a7c72fc21..6141ecf83a63 100644 --- a/www/iridium/files/patch-chrome_browser_prefs_browser__prefs.cc +++ b/www/iridium/files/patch-chrome_browser_prefs_browser__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/prefs/browser_prefs.cc.orig	2025-09-11 13:19:19 UTC +--- chrome/browser/prefs/browser_prefs.cc.orig	2025-10-28 14:29:43 UTC  +++ chrome/browser/prefs/browser_prefs.cc -@@ -326,7 +326,7 @@ +@@ -329,7 +329,7 @@   #include "chrome/browser/devtools/devtools_window.h"   #endif  // BUILDFLAG(ENABLE_DEVTOOLS_FRONTEND) @@ -9,7 +9,7 @@   #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h"   #endif -@@ -493,11 +493,11 @@ +@@ -495,11 +495,11 @@   #endif   #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -23,7 +23,7 @@   #include "chrome/browser/browser_switcher/browser_switcher_prefs.h"   #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h"   #endif -@@ -525,7 +525,7 @@ +@@ -527,7 +527,7 @@   #include "chrome/browser/sessions/session_service_log.h"   #endif @@ -32,7 +32,7 @@   #include "ui/color/system_theme.h"   #endif -@@ -1705,7 +1705,7 @@ void RegisterLocalState(PrefRegistrySimple* registry)  +@@ -1792,7 +1792,7 @@ void RegisterLocalState(PrefRegistrySimple* registry)      on_device_translation::RegisterLocalStatePrefs(registry);   #endif  // BUILDFLAG(ENABLE_ON_DEVICE_TRANSLATION) @@ -41,7 +41,7 @@     WhatsNewUI::RegisterLocalStatePrefs(registry);   #endif -@@ -1860,7 +1860,7 @@ void RegisterLocalState(PrefRegistrySimple* registry)  +@@ -1944,7 +1944,7 @@ void RegisterLocalState(PrefRegistrySimple* registry)    #endif  // BUILDFLAG(ENABLE_PDF)   #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -50,13 +50,14 @@     registry->RegisterBooleanPref(prefs::kChromeForTestingAllowed, true);   #endif -@@ -2231,12 +2231,12 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -2317,13 +2317,13 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync   #endif   #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \  -    BUILDFLAG(IS_CHROMEOS)  +    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)     device_signals::RegisterProfilePrefs(registry); +   ntp_tiles::EnterpriseShortcutsManagerImpl::RegisterProfilePrefs(registry);   #endif  // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||           // BUILDFLAG(IS_CHROMEOS) | 
