summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/download/download_extensions.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/download/download_extensions.cc b/chrome/browser/download/download_extensions.cc
index 630d296..175b19a 100644
--- a/chrome/browser/download/download_extensions.cc
+++ b/chrome/browser/download/download_extensions.cc
@@ -68,8 +68,7 @@ static const struct Executables {
{ "jnlp", DANGEROUS },
#endif
#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID)
- // Relating to PDF.
- { "pdf", ALLOW_ON_USER_GESTURE },
+ // Relating to PDF. ".pdf" per se is not considered dangerous.
{ "pdfxml", ALLOW_ON_USER_GESTURE },
{ "mars", ALLOW_ON_USER_GESTURE },
{ "fdf", ALLOW_ON_USER_GESTURE },