aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_security__interstitials_content_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_security__interstitials_content_utils.cc')
-rw-r--r--www/chromium/files/patch-components_security__interstitials_content_utils.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-components_security__interstitials_content_utils.cc b/www/chromium/files/patch-components_security__interstitials_content_utils.cc
index 475843c8baab..06f894eb0497 100644
--- a/www/chromium/files/patch-components_security__interstitials_content_utils.cc
+++ b/www/chromium/files/patch-components_security__interstitials_content_utils.cc
@@ -1,11 +1,11 @@
---- components/security_interstitials/content/utils.cc.orig 2022-02-28 16:54:41 UTC
+--- components/security_interstitials/content/utils.cc.orig 2025-02-19 07:43:18 UTC
+++ components/security_interstitials/content/utils.cc
-@@ -34,7 +34,7 @@ void LaunchDateAndTimeSettings() {
+@@ -37,7 +37,7 @@ void LaunchDateAndTimeSettings() {
#if BUILDFLAG(IS_ANDROID)
JNIEnv* env = base::android::AttachCurrentThread();
Java_DateAndTimeSettingsHelper_openDateAndTimeSettings(env);
--#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
+-#elif BUILDFLAG(IS_LINUX)
++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
struct ClockCommand {
const char* const pathname;
const char* const argument;