Skip to content

Commit 293f696

Browse files
authored
chore: remove gtk4 flag (#281)
It is default now
1 parent c727e98 commit 293f696

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

patches/expose-flags.patch

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
22
index 7613006656aaa..ee707f847ccba 100644
33
--- a/chrome/browser/about_flags.cc
44
+++ b/chrome/browser/about_flags.cc
5-
@@ -4343,6 +4343,59 @@ const FeatureEntry kFeatureEntries[] = {
5+
@@ -4343,6 +4343,55 @@ const FeatureEntry kFeatureEntries[] = {
66
// //tools/flags/generate_unexpire_flags.py.
77
#include "build/chromeos_buildflags.h"
88
#include "chrome/browser/unexpire_flags_gen.inc"
@@ -33,10 +33,6 @@ index 7613006656aaa..ee707f847ccba 100644
3333
+ "Enabled by default. This feature is exposed by Trivalent.",
3434
+ kOsAll,
3535
+ FEATURE_VALUE_TYPE(net::features::kCapReferrerToOriginOnCrossOrigin)},
36-
+ {"gtk-version-4", "GTK Version 4",
37-
+ "Enables Trivalent to use GTK 4 instead of GTK 3, useful for IME. "
38-
+ "This flag is exposed by Trivalent.", kOsAll,
39-
+ SINGLE_VALUE_TYPE_AND_VALUE("gtk-version", "4")},
4036
+ {"strict-popup-blocking", "Strict Popup Blocking",
4137
+ "Controls the strictness of the popup blocker. This switch is provided "
4238
+ "by Trivalent.", kOsAll,

0 commit comments

Comments
 (0)