blob: 27d62eff8b2b88087993e95f4c68881d9ae57ccf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/shell_dialogs/select_file_dialog.h.orig 2024-10-28 21:05:17 UTC
+++ ui/shell_dialogs/select_file_dialog.h
@@ -224,7 +224,7 @@ class SHELL_DIALOGS_EXPORT SelectFileDialog
const GURL* caller = nullptr);
bool HasMultipleFileTypeChoices();
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
// Set the label used for the file select button.
virtual void SetButtonLabel(const std::string& label) = 0;
|