aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_base_dragdrop_os__exchange__data__provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-ui_base_dragdrop_os__exchange__data__provider.h')
-rw-r--r--www/chromium/files/patch-ui_base_dragdrop_os__exchange__data__provider.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-ui_base_dragdrop_os__exchange__data__provider.h b/www/chromium/files/patch-ui_base_dragdrop_os__exchange__data__provider.h
deleted file mode 100644
index 4647e5ac2020..000000000000
--- a/www/chromium/files/patch-ui_base_dragdrop_os__exchange__data__provider.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/base/dragdrop/os_exchange_data_provider.h.orig 2021-04-14 18:41:37 UTC
-+++ ui/base/dragdrop/os_exchange_data_provider.h
-@@ -73,7 +73,7 @@ class COMPONENT_EXPORT(UI_BASE_DATA_EXCHANGE) OSExchan
- virtual bool HasFile() const = 0;
- virtual bool HasCustomFormat(const ClipboardFormatType& format) const = 0;
-
--#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_WIN)
-+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_WIN) || defined(OS_BSD)
- virtual void SetFileContents(const base::FilePath& filename,
- const std::string& file_contents) = 0;
- #endif