diff options
Diffstat (limited to 'www/chromium/patches/patch-chrome_browser_about_flags_cc')
| -rw-r--r-- | www/chromium/patches/patch-chrome_browser_about_flags_cc | 129 |
1 files changed, 0 insertions, 129 deletions
diff --git a/www/chromium/patches/patch-chrome_browser_about_flags_cc b/www/chromium/patches/patch-chrome_browser_about_flags_cc deleted file mode 100644 index 2e9ed55..0000000 --- a/www/chromium/patches/patch-chrome_browser_about_flags_cc +++ /dev/null | |||
| @@ -1,129 +0,0 @@ | |||
| 1 | Index: chrome/browser/about_flags.cc | ||
| 2 | --- chrome/browser/about_flags.cc.orig | ||
| 3 | +++ chrome/browser/about_flags.cc | ||
| 4 | @@ -206,7 +206,7 @@ | ||
| 5 | #include "ui/native_theme/native_theme_features.h" | ||
| 6 | #include "ui/ui_features.h" | ||
| 7 | |||
| 8 | -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) | ||
| 9 | +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) | ||
| 10 | #include "base/allocator/buildflags.h" | ||
| 11 | #endif | ||
| 12 | |||
| 13 | @@ -275,7 +275,7 @@ | ||
| 14 | #include "chrome/browser/supervised_user/supervised_user_features/supervised_user_features.h" | ||
| 15 | #endif // ENABLE_SUPERVISED_USERS | ||
| 16 | |||
| 17 | -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_ASH) | ||
| 18 | +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_BSD) | ||
| 19 | #include "ui/ozone/buildflags.h" | ||
| 20 | #include "ui/ozone/public/ozone_switches.h" | ||
| 21 | #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_ASH) | ||
| 22 | @@ -362,7 +362,7 @@ const FeatureEntry::Choice kUseAngleChoicesMac[] = { | ||
| 23 | gl::kANGLEImplementationMetalName}}; | ||
| 24 | #endif | ||
| 25 | |||
| 26 | -#if BUILDFLAG(IS_LINUX) | ||
| 27 | +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) | ||
| 28 | const FeatureEntry::Choice kOzonePlatformHintRuntimeChoices[] = { | ||
| 29 | {flag_descriptions::kOzonePlatformHintChoiceDefault, "", ""}, | ||
| 30 | {flag_descriptions::kOzonePlatformHintChoiceAuto, | ||
| 31 | @@ -976,7 +976,7 @@ const FeatureEntry::FeatureVariation kPageContentAnnot | ||
| 32 | }; | ||
| 33 | |||
| 34 | #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ | ||
| 35 | - BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA) | ||
| 36 | + BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) | ||
| 37 | const FeatureEntry::FeatureParam kOmniboxDocumentProviderServerScoring[] = { | ||
| 38 | {"DocumentUseServerScore", "true"}, | ||
| 39 | {"DocumentUseClientScore", "false"}, | ||
| 40 | @@ -3424,7 +3424,7 @@ const FeatureEntry kFeatureEntries[] = { | ||
| 41 | FEATURE_VALUE_TYPE(chromeos::kLacrosTtsSupport)}, | ||
| 42 | #endif // BUILDFLAG(IS_CHROMEOS) | ||
| 43 | |||
| 44 | -#if BUILDFLAG(IS_LINUX) | ||
| 45 | +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) | ||
| 46 | { | ||
| 47 | "enable-accelerated-video-decode", | ||
| 48 | flag_descriptions::kAcceleratedVideoDecodeName, | ||
| 49 | @@ -3838,7 +3838,7 @@ const FeatureEntry kFeatureEntries[] = { | ||
| 50 | {"enable-login-detection", flag_descriptions::kEnableLoginDetectionName, | ||
| 51 | flag_descriptions::kEnableLoginDetectionDescription, kOsAll, | ||
| 52 | FEATURE_VALUE_TYPE(login_detection::kLoginDetection)}, | ||
| 53 | -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) | ||
| 54 | +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) | ||
| 55 | {"enable-navigation-predictor", | ||
| 56 | flag_descriptions::kEnableNavigationPredictorName, | ||
| 57 | flag_descriptions::kEnableNavigationPredictorDescription, | ||
| 58 | @@ -4031,7 +4031,7 @@ const FeatureEntry kFeatureEntries[] = { | ||
| 59 | FEATURE_VALUE_TYPE(features::kWebShare)}, | ||
| 60 | #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) | ||
| 61 | |||
| 62 | -#if BUILDFLAG(IS_LINUX) | ||
| 63 | +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) | ||
| 64 | {"ozone-platform-hint", flag_descriptions::kOzonePlatformHintName, | ||
| 65 | flag_descriptions::kOzonePlatformHintDescription, kOsLinux, | ||
| 66 | MULTI_VALUE_TYPE(kOzonePlatformHintRuntimeChoices)}, | ||
| 67 | @@ -4050,7 +4050,7 @@ const FeatureEntry kFeatureEntries[] = { | ||
| 68 | password_manager::features::kForceInitialSyncWhenDecryptionFails)}, | ||
| 69 | #endif // BUILDFLAG(IS_LINUX) | ||
| 70 | |||
| 71 | -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) | ||
| 72 | +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) | ||
| 73 | {"skip-undecryptable-passwords", | ||
| 74 | flag_descriptions::kSkipUndecryptablePasswordsName, | ||
| 75 | flag_descriptions::kSkipUndecryptablePasswordsDescription, | ||
| 76 | @@ -4760,7 +4760,7 @@ const FeatureEntry kFeatureEntries[] = { | ||
| 77 | "OmniboxBundledExperimentV1")}, | ||
| 78 | |||
| 79 | #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ | ||
| 80 | - BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA) | ||
| 81 | + BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) | ||
| 82 | {"omnibox-experimental-keyword-mode", | ||
| 83 | flag_descriptions::kOmniboxExperimentalKeywordModeName, | ||
| 84 | flag_descriptions::kOmniboxExperimentalKeywordModeDescription, kOsDesktop, | ||
| 85 | @@ -5158,7 +5158,7 @@ const FeatureEntry kFeatureEntries[] = { | ||
| 86 | #endif // BUILDFLAG(IS_ANDROID) | ||
| 87 | |||
| 88 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ | ||
| 89 | - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) | ||
| 90 | + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) | ||
| 91 | {"webui-feedback", flag_descriptions::kWebuiFeedbackName, | ||
| 92 | flag_descriptions::kWebuiFeedbackDescription, kOsDesktop, | ||
| 93 | FEATURE_VALUE_TYPE(features::kWebUIFeedback)}, | ||
| 94 | @@ -6198,7 +6198,7 @@ const FeatureEntry kFeatureEntries[] = { | ||
| 95 | FEATURE_VALUE_TYPE(features::kMouseSubframeNoImplicitCapture)}, | ||
| 96 | |||
| 97 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ | ||
| 98 | - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) | ||
| 99 | + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) | ||
| 100 | {"global-media-controls-modern-ui", | ||
| 101 | flag_descriptions::kGlobalMediaControlsModernUIName, | ||
| 102 | flag_descriptions::kGlobalMediaControlsModernUIDescription, | ||
| 103 | @@ -6912,7 +6912,7 @@ const FeatureEntry kFeatureEntries[] = { | ||
| 104 | #endif | ||
| 105 | |||
| 106 | #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ | ||
| 107 | - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) | ||
| 108 | + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) | ||
| 109 | {"incognito-clear-browsing-data-dialog-for-desktop", | ||
| 110 | flag_descriptions::kIncognitoClearBrowsingDataDialogForDesktopName, | ||
| 111 | flag_descriptions::kIncognitoClearBrowsingDataDialogForDesktopDescription, | ||
| 112 | @@ -7037,7 +7037,7 @@ const FeatureEntry kFeatureEntries[] = { | ||
| 113 | #endif | ||
| 114 | |||
| 115 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ | ||
| 116 | - BUILDFLAG(IS_FUCHSIA) | ||
| 117 | + BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) | ||
| 118 | {"commander", flag_descriptions::kCommanderName, | ||
| 119 | flag_descriptions::kCommanderDescription, kOsDesktop, | ||
| 120 | FEATURE_VALUE_TYPE(features::kCommander)}, | ||
| 121 | @@ -7291,7 +7291,7 @@ const FeatureEntry kFeatureEntries[] = { | ||
| 122 | |||
| 123 | #if BUILDFLAG(IS_WIN) || \ | ||
| 124 | (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \ | ||
| 125 | - BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA) | ||
| 126 | + BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) | ||
| 127 | { | ||
| 128 | "ui-debug-tools", | ||
| 129 | flag_descriptions::kUIDebugToolsName, | ||
