prefs-always-prompt-for-download-directory-by-default.patch
This commit is contained in:
parent
74046495cf
commit
c8aa4f9a1f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue