prefs-always-prompt-for-download-directory-by-default.patch

This commit is contained in:
none 2021-03-04 14:13:06 +01:00
parent 74046495cf
commit c8aa4f9a1f

View file

@ -29,7 +29,7 @@ TLDR: Do not let files sneak onto the disk too easily.
diff --git a/chrome/browser/download/download_prefs.cc b/chrome/browser/download/download_prefs.cc
--- a/chrome/browser/download/download_prefs.cc
+++ b/chrome/browser/download/download_prefs.cc
@@ -280,7 +280,7 @@ void DownloadPrefs::RegisterProfilePrefs(
@@ -281,7 +281,7 @@ void DownloadPrefs::RegisterProfilePrefs(
user_prefs::PrefRegistrySyncable* registry) {
registry->RegisterBooleanPref(
prefs::kPromptForDownload,