aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_selection__controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-ui_views_selection__controller.cc')
-rw-r--r--www/chromium/files/patch-ui_views_selection__controller.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-ui_views_selection__controller.cc b/www/chromium/files/patch-ui_views_selection__controller.cc
deleted file mode 100644
index bf119e4e8796..000000000000
--- a/www/chromium/files/patch-ui_views_selection__controller.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/views/selection_controller.cc.orig 2021-04-14 18:41:39 UTC
-+++ ui/views/selection_controller.cc
-@@ -26,7 +26,7 @@ SelectionController::SelectionController(SelectionCont
- // On Linux, update the selection clipboard on a text selection.
- // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
- // of lacros-chrome is complete.
--#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
- set_handles_selection_clipboard(true);
- #endif
-