diff options
Diffstat (limited to 'www/chromium-uc/patches/extra/ungoogled-chromium/enable-menu-on-reload-button.patch')
| -rw-r--r-- | www/chromium-uc/patches/extra/ungoogled-chromium/enable-menu-on-reload-button.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium-uc/patches/extra/ungoogled-chromium/enable-menu-on-reload-button.patch b/www/chromium-uc/patches/extra/ungoogled-chromium/enable-menu-on-reload-button.patch index 915b3be..5f87fc2 100644 --- a/www/chromium-uc/patches/extra/ungoogled-chromium/enable-menu-on-reload-button.patch +++ b/www/chromium-uc/patches/extra/ungoogled-chromium/enable-menu-on-reload-button.patch | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | # Add ability to always open dev context menu on reload button. | 1 | # Add ability to always open dev context menu on reload button. |
| 2 | 2 | ||
| 3 | --- a/chrome/browser/ui/views/toolbar/reload_button.cc | 3 | --- chrome/browser/ui/views/toolbar/reload_button.cc.orig |
| 4 | +++ b/chrome/browser/ui/views/toolbar/reload_button.cc | 4 | +++ chrome/browser/ui/views/toolbar/reload_button.cc |
| 5 | @@ -83,7 +83,7 @@ bool ReloadButton::GetMenuEnabled() cons | 5 | @@ -84,7 +84,7 @@ bool ReloadButton::GetMenuEnabled() cons |
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | void ReloadButton::SetMenuEnabled(bool enable) { | 8 | void ReloadButton::SetMenuEnabled(bool enable) { |
