Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1995)

Unified Diff: chrome/browser/download/download_extensions.cc

Issue 512983003: Remove .apk from dangerous file extension list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_extensions.cc
diff --git a/chrome/browser/download/download_extensions.cc b/chrome/browser/download/download_extensions.cc
index 75ebb01006b6655817b6ba4ebd069d0cd7fdcc17..623bdf48d855f651fcc7ef343522d450bd9a5fba 100644
--- a/chrome/browser/download/download_extensions.cc
+++ b/chrome/browser/download/download_extensions.cc
@@ -200,7 +200,6 @@ static const struct Executables {
{ "rpm", ALLOW_ON_USER_GESTURE },
#endif
#if defined(OS_ANDROID)
- { "apk", ALLOW_ON_USER_GESTURE },
{ "dex", ALLOW_ON_USER_GESTURE }, // Really an executable format.
#endif
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698