diff options
Diffstat (limited to 'www/iridium/files/patch-chrome_browser_profiles_profile__io__data.cc')
| -rw-r--r-- | www/iridium/files/patch-chrome_browser_profiles_profile__io__data.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/iridium/files/patch-chrome_browser_profiles_profile__io__data.cc b/www/iridium/files/patch-chrome_browser_profiles_profile__io__data.cc new file mode 100644 index 000000000000..05086a69c26d --- /dev/null +++ b/www/iridium/files/patch-chrome_browser_profiles_profile__io__data.cc @@ -0,0 +1,20 @@ +--- chrome/browser/profiles/profile_io_data.cc.orig 2025-11-06 10:11:34 UTC ++++ chrome/browser/profiles/profile_io_data.cc +@@ -17,7 +17,7 @@ + #include "url/gurl.h" + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + #include "components/webapps/isolated_web_apps/scheme.h" + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || + // BUILDFLAG(IS_CHROMEOS) +@@ -57,7 +57,7 @@ bool ProfileIOData::IsHandledProtocol(const std::strin + url::kFileSystemScheme, + chrome::kChromeSearchScheme, + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + webapps::kIsolatedAppScheme, + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || + // BUILDFLAG(IS_CHROMEOS) |
