diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-18 19:24:43 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-18 19:24:43 +0000 |
commit | 66d46c9897975d9592955817cb33089d97ef17c6 (patch) | |
tree | c8bebd5ffea1cf2b2f6b472d71bbaddb2b47480d /www/iridium/files/patch-chrome_browser_download_download__prefs.h | |
parent | net/shmux: Update to 1.0.3 (diff) |
www/iridium: Update to 2019.04.73
Submitted by: Matthias Wolf <matthias@rheinwolf.de>
Diffstat (limited to 'www/iridium/files/patch-chrome_browser_download_download__prefs.h')
-rw-r--r-- | www/iridium/files/patch-chrome_browser_download_download__prefs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/iridium/files/patch-chrome_browser_download_download__prefs.h b/www/iridium/files/patch-chrome_browser_download_download__prefs.h index fb35df5dcdc1..f6cc56e59c6a 100644 --- a/www/iridium/files/patch-chrome_browser_download_download__prefs.h +++ b/www/iridium/files/patch-chrome_browser_download_download__prefs.h @@ -1,6 +1,6 @@ ---- chrome/browser/download/download_prefs.h.orig 2017-04-19 19:06:29 UTC +--- chrome/browser/download/download_prefs.h.orig 2019-03-11 22:00:53 UTC +++ chrome/browser/download/download_prefs.h -@@ -78,7 +78,7 @@ class DownloadPrefs { +@@ -101,7 +101,7 @@ class DownloadPrefs { // Disables auto-open based on file extension. void DisableAutoOpenBasedOnExtension(const base::FilePath& file_name); @@ -9,7 +9,7 @@ // Store the user preference to disk. If |should_open| is true, also disable // the built-in PDF plugin. If |should_open| is false, enable the PDF plugin. void SetShouldOpenPdfInSystemReader(bool should_open); -@@ -109,7 +109,7 @@ class DownloadPrefs { +@@ -145,7 +145,7 @@ class DownloadPrefs { AutoOpenCompareFunctor> AutoOpenSet; AutoOpenSet auto_open_; |