diff options
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.patch | 12 |
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 6c4ef2b..8fc406a 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 | --- a/chrome/browser/ui/views/frame/tab_strip_region_view.cc | 1 | --- chrome/browser/ui/views/frame/tab_strip_region_view.cc.orig |
| 2 | +++ b/chrome/browser/ui/views/frame/tab_strip_region_view.cc | 2 | +++ chrome/browser/ui/views/frame/tab_strip_region_view.cc |
| 3 | @@ -46,6 +46,7 @@ class FrameGrabHandle : public views::Vi | 3 | @@ -42,6 +42,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 | --- a/chrome/browser/ungoogled_flag_entries.h | 11 | --- chrome/browser/ungoogled_flag_entries.h.orig |
| 12 | +++ b/chrome/browser/ungoogled_flag_entries.h | 12 | +++ chrome/browser/ungoogled_flag_entries.h |
| 13 | @@ -72,4 +72,8 @@ | 13 | @@ -76,4 +76,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)}, |
