24 lines
1011 B
Plaintext
24 lines
1011 B
Plaintext
$OpenBSD: patch-chrome_common_chrome_features_h,v 1.6 2018/11/20 19:10:32 robert Exp $
|
|
|
|
Index: chrome/common/chrome_features.h
|
|
--- chrome/common/chrome_features.h.orig
|
|
+++ chrome/common/chrome_features.h
|
|
@@ -65,7 +65,7 @@ COMPONENT_EXPORT(CHROME_FEATURES)
|
|
extern const base::Feature kAutomaticTabDiscarding;
|
|
#endif // defined(OS_WIN) || defined(OS_MACOSX)
|
|
|
|
-#if defined(OS_WIN) || defined(OS_LINUX)
|
|
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
|
|
COMPONENT_EXPORT(CHROME_FEATURES)
|
|
extern const base::Feature kBackgroundModeAllowRestart;
|
|
#endif // defined(OS_WIN) || defined(OS_LINUX)
|
|
@@ -90,7 +90,7 @@ COMPONENT_EXPORT(CHROME_FEATURES)
|
|
extern const base::Feature kTabStripKeyboardFocus;
|
|
#endif // defined(OS_MACOSX)
|
|
|
|
-#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_MACOSX)
|
|
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_MACOSX) || defined(OS_BSD)
|
|
COMPONENT_EXPORT(CHROME_FEATURES)
|
|
extern const base::Feature kCertDualVerificationTrialFeature;
|
|
#endif
|