aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-components_security__interstitials_content_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-components_security__interstitials_content_utils.cc')
-rw-r--r--devel/electron12/files/patch-components_security__interstitials_content_utils.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron12/files/patch-components_security__interstitials_content_utils.cc b/devel/electron12/files/patch-components_security__interstitials_content_utils.cc
deleted file mode 100644
index bc91a5c8e092..000000000000
--- a/devel/electron12/files/patch-components_security__interstitials_content_utils.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- components/security_interstitials/content/utils.cc.orig 2021-04-14 01:08:46 UTC
-+++ components/security_interstitials/content/utils.cc
-@@ -32,7 +32,7 @@ void LaunchDateAndTimeSettings() {
- #if defined(OS_ANDROID)
- JNIEnv* env = base::android::AttachCurrentThread();
- Java_DateAndTimeSettingsHelper_openDateAndTimeSettings(env);
--#elif defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
- struct ClockCommand {
- const char* const pathname;
- const char* const argument;