summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/patch-chrome_common_pref_names_h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/patch-chrome_common_pref_names_h')
-rw-r--r--www/chromium-uc/patches/patch-chrome_common_pref_names_h59
1 files changed, 0 insertions, 59 deletions
diff --git a/www/chromium-uc/patches/patch-chrome_common_pref_names_h b/www/chromium-uc/patches/patch-chrome_common_pref_names_h
deleted file mode 100644
index 0a919ff..0000000
--- a/www/chromium-uc/patches/patch-chrome_common_pref_names_h
+++ /dev/null
@@ -1,59 +0,0 @@
1$OpenBSD: patch-chrome_common_pref_names_h,v 1.72 2021/11/16 11:28:46 robert Exp $
2
3Index: chrome/common/pref_names.h
4--- chrome/common/pref_names.h.orig
5+++ chrome/common/pref_names.h
6@@ -365,7 +365,7 @@ extern const char kUseAshProxy[];
7 #endif // BUILDFLAG(IS_CHROMEOS_LACROS)
8 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
9 // of lacros-chrome is complete.
10-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
11+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
12 extern const char kUsesSystemTheme[];
13 #endif
14 extern const char kCurrentThemePackFilename[];
15@@ -394,7 +394,7 @@ extern const char kShowUpdatePromotionInfoBar[];
16 #endif
17 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
18 // of lacros-chrome is complete.
19-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
20+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
21 extern const char kUseCustomChromeFrame[];
22 #endif
23 #if BUILDFLAG(ENABLE_PLUGINS)
24@@ -577,7 +577,7 @@ extern const char kDownloadExtensionsToOpenByPolicy[];
25 extern const char kDownloadAllowedURLsForOpenByPolicy[];
26 extern const char kDownloadDirUpgraded[];
27 #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS) || \
28- defined(OS_MAC)
29+ defined(OS_MAC) || defined(OS_BSD)
30 extern const char kOpenPdfDownloadInSystemReader[];
31 #endif
32 #if defined(OS_ANDROID)
33@@ -684,7 +684,7 @@ extern const char kWebAppsUninstalledDefaultChromeApps
34 extern const char kWebAppsPreferences[];
35 extern const char kWebAppsIsolationState[];
36
37-#if defined(OS_WIN) || defined(OS_MAC) || \
38+#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_BSD) || \
39 (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS))
40 extern const char kWebAppsUrlHandlerInfo[];
41 #endif
42@@ -828,7 +828,7 @@ extern const char kGloballyScopeHTTPAuthCacheEnabled[]
43 extern const char kAmbientAuthenticationInPrivateModesEnabled[];
44 extern const char kBasicAuthOverHttpEnabled[];
45
46-#if defined(OS_LINUX) || defined(OS_MAC) || defined(OS_CHROMEOS)
47+#if defined(OS_LINUX) || defined(OS_MAC) || defined(OS_CHROMEOS) || defined(OS_BSD)
48 extern const char kAuthNegotiateDelegateByKdcPolicy[];
49 #endif // defined(OS_LINUX) || defined(OS_MAC) || defined(OS_CHROMEOS)
50
51@@ -1076,7 +1076,7 @@ extern const char kBlockAutoplayEnabled[];
52 #endif
53 extern const char kSandboxExternalProtocolBlocked[];
54
55-#if defined(OS_LINUX)
56+#if defined(OS_LINUX) || defined(OS_BSD)
57 extern const char kAllowNativeNotifications[];
58 extern const char kAllowSystemNotifications[];
59 #endif