aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_ui__features.h
blob: 09bf1c4d8a25e5d95aca259c73ca0f70c73a7285 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                       
                                   
                                                   







                                                                                       
--- chrome/browser/ui/ui_features.h.orig	2024-05-21 18:07:39 UTC
+++ chrome/browser/ui/ui_features.h
@@ -279,7 +279,7 @@ bool IsToolbarPinningEnabled();
 
 BASE_DECLARE_FEATURE(kTopChromeWebUIUsesSpareRenderer);
 
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 BASE_DECLARE_FEATURE(kUpdateTextOptions);
 extern const base::FeatureParam<int> kUpdateTextOptionNumber;
 #endif