aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-chrome_browser_first__run_first__run__internal__posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-chrome_browser_first__run_first__run__internal__posix.cc')
-rw-r--r--devel/electron13/files/patch-chrome_browser_first__run_first__run__internal__posix.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron13/files/patch-chrome_browser_first__run_first__run__internal__posix.cc b/devel/electron13/files/patch-chrome_browser_first__run_first__run__internal__posix.cc
deleted file mode 100644
index 4133d86f48b8..000000000000
--- a/devel/electron13/files/patch-chrome_browser_first__run_first__run__internal__posix.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrome/browser/first_run/first_run_internal_posix.cc.orig 2021-04-14 01:08:40 UTC
-+++ chrome/browser/first_run/first_run_internal_posix.cc
-@@ -46,7 +46,7 @@ enum class ForcedShowDialogState {
- ForcedShowDialogState g_forced_show_dialog_state =
- ForcedShowDialogState::kNotForced;
-
--#if !BUILDFLAG(IS_CHROMEOS_ASH)
-+#if !BUILDFLAG(IS_CHROMEOS_ASH) && !defined(OS_BSD)
- // Returns whether the first run dialog should be shown. This is only true for
- // certain builds, and only if the user has not already set preferences. In a
- // real, official-build first run, initializes the default metrics reporting if
-@@ -97,7 +97,7 @@ void ForceFirstRunDialogShownForTesting(bool shown) {
- }
-
- void DoPostImportPlatformSpecificTasks(Profile* profile) {
--#if !BUILDFLAG(IS_CHROMEOS_ASH)
-+#if !BUILDFLAG(IS_CHROMEOS_ASH) && !defined(OS_BSD)
- if (!ShouldShowFirstRunDialog())
- return;
-