@@ -2,7 +2,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
2
2
index 7613006656aaa..ee707f847ccba 100644
3
3
--- a/chrome/browser/about_flags.cc
4
4
+++ b/chrome/browser/about_flags.cc
5
- @@ -4343,6 +4343,59 @@ const FeatureEntry kFeatureEntries[] = {
5
+ @@ -4343,6 +4343,55 @@ const FeatureEntry kFeatureEntries[] = {
6
6
// //tools/flags/generate_unexpire_flags.py.
7
7
#include "build/chromeos_buildflags.h"
8
8
#include "chrome/browser/unexpire_flags_gen.inc"
@@ -33,10 +33,6 @@ index 7613006656aaa..ee707f847ccba 100644
33
33
+ "Enabled by default. This feature is exposed by Trivalent.",
34
34
+ kOsAll,
35
35
+ 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")},
40
36
+ {"strict-popup-blocking", "Strict Popup Blocking",
41
37
+ "Controls the strictness of the popup blocker. This switch is provided "
42
38
+ "by Trivalent.", kOsAll,
0 commit comments