Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion patches/expose-flags.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 7613006656aaa..ee707f847ccba 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -4343,6 +4343,44 @@ const FeatureEntry kFeatureEntries[] = {
@@ -4343,6 +4343,48 @@ const FeatureEntry kFeatureEntries[] = {
// //tools/flags/generate_unexpire_flags.py.
#include "build/chromeos_buildflags.h"
#include "chrome/browser/unexpire_flags_gen.inc"
Expand All @@ -27,6 +27,10 @@ index 7613006656aaa..ee707f847ccba 100644
+ "Enabled by default. This feature is exposed by Trivalent.",
+ kOsAll,
+ FEATURE_VALUE_TYPE(net::features::kCapReferrerToOriginOnCrossOrigin)},
+ {"gtk-version-4", "GTK Version 4",
+ "Enables Trivalent to use GTK 4 instead of GTK 3, useful for IME. "
+ "This flag is exposed by Trivalent.", kOsAll,
+ SINGLE_VALUE_TYPE_AND_VALUE("gtk-version", "4")},
+ {"strict-popup-blocking", "Strict Popup Blocking",
+ "Controls the strictness of the popup blocker. This switch is provided "
+ "by Trivalent.", kOsAll,
Expand Down