summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/extra/ungoogled-chromium/add-flag-for-grab-handle.patch
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2022-06-08 08:41:15 -0400
committerShokara Kou <kou@13f0.net>2022-06-08 08:41:15 -0400
commit2be1931967e4073a55d7ac3e3ecdff7c825a63f4 (patch)
treefbccd4a9f89d535835c1cb711c3c36d03baee871 /www/chromium-uc/patches/extra/ungoogled-chromium/add-flag-for-grab-handle.patch
parent312b6669fd956f3e97dd005c1441152fb4e568ec (diff)
update ugc to 102.0.5005.61-3
Diffstat (limited to 'www/chromium-uc/patches/extra/ungoogled-chromium/add-flag-for-grab-handle.patch')
-rw-r--r--www/chromium-uc/patches/extra/ungoogled-chromium/add-flag-for-grab-handle.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium-uc/patches/extra/ungoogled-chromium/add-flag-for-grab-handle.patch b/www/chromium-uc/patches/extra/ungoogled-chromium/add-flag-for-grab-handle.patch
index 8fc406a..5a27985 100644
--- a/www/chromium-uc/patches/extra/ungoogled-chromium/add-flag-for-grab-handle.patch
+++ b/www/chromium-uc/patches/extra/ungoogled-chromium/add-flag-for-grab-handle.patch
@@ -1,6 +1,6 @@
1--- chrome/browser/ui/views/frame/tab_strip_region_view.cc.orig 1--- a/chrome/browser/ui/views/frame/tab_strip_region_view.cc
2+++ chrome/browser/ui/views/frame/tab_strip_region_view.cc 2+++ b/chrome/browser/ui/views/frame/tab_strip_region_view.cc
3@@ -42,6 +42,7 @@ class FrameGrabHandle : public views::Vi 3@@ -46,6 +46,7 @@ class FrameGrabHandle : public views::Vi
4 // Reserve some space for the frame to be grabbed by, even if the tabstrip 4 // Reserve some space for the frame to be grabbed by, even if the tabstrip
5 // is full. 5 // is full.
6 // TODO(tbergquist): Define this relative to the NTB insets again. 6 // TODO(tbergquist): Define this relative to the NTB insets again.
@@ -8,9 +8,9 @@
8 return gfx::Size(42, 0); 8 return gfx::Size(42, 0);
9 } 9 }
10 }; 10 };
11--- chrome/browser/ungoogled_flag_entries.h.orig 11--- a/chrome/browser/ungoogled_flag_entries.h
12+++ chrome/browser/ungoogled_flag_entries.h 12+++ b/chrome/browser/ungoogled_flag_entries.h
13@@ -76,4 +76,8 @@ 13@@ -68,4 +68,8 @@
14 "Disable QR Generator", 14 "Disable QR Generator",
15 "Disables the QR generator for sharing page links. ungoogled-chromium flag", 15 "Disables the QR generator for sharing page links. ungoogled-chromium flag",
16 kOsDesktop, FEATURE_VALUE_TYPE(kDisableQRGenerator)}, 16 kOsDesktop, FEATURE_VALUE_TYPE(kDisableQRGenerator)},