Skip to content

Commit 95fe11a

Browse files
authored
fix: middleclickscroll flag security warning (#187)
1 parent 6822381 commit 95fe11a

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

patches/expose-flags.patch

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ 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,45 @@ const FeatureEntry kFeatureEntries[] = {
5+
@@ -4343,6 +4343,44 @@ const FeatureEntry kFeatureEntries[] = {
66
// //tools/flags/generate_unexpire_flags.py.
77
#include "build/chromeos_buildflags.h"
88
#include "chrome/browser/unexpire_flags_gen.inc"
99
+ {"middle-click-autoscroll", "Autoscroll with Middleclick",
10-
+ "Enables scrolling with middleclick. Displays a security warning. "
11-
+ "This feature is exposed by Trivalent.", kOsLinux,
12-
+ SINGLE_VALUE_TYPE_AND_VALUE(switches::kEnableBlinkFeatures,
13-
+ "MiddleClickAutoscroll")},
10+
+ "Enables scroll with middleclick. Disabled by default. This feature "
11+
+ "is exposed by Trivalent.", kOsLinux,
12+
+ FEATURE_VALUE_TYPE(blink::features::kMiddleClickAutoscroll)},
1413
+ {"show-punycode-domains", "Show punycode for IDN domains",
1514
+ "Shows punycode for IDN domains to mitigate IDN homograph attacks. "
1615
+ "Disabled by default. This feature is provided by Trivalent.",

0 commit comments

Comments
 (0)