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

Unified Diff: net/base/mime_extension_chromeos.cc

Issue 2510523002: Assign "application/vnd.android.package-archive" type to APK files on ChromeOS. (Closed)
Patch Set: Assign "application/vnd.android.package-archive" type to APK files on ChromeOS. Created 4 years, 1 month 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 | net/base/mime_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/mime_extension_chromeos.cc
diff --git a/net/base/mime_extension_chromeos.cc b/net/base/mime_extension_chromeos.cc
index 03e8e2594cd424d299aeb5bc960b58b30f53a004..9bc893d24a97c6f315f5ea90e1c8bbc00c96a6cf 100644
--- a/net/base/mime_extension_chromeos.cc
+++ b/net/base/mime_extension_chromeos.cc
@@ -14,6 +14,7 @@ namespace {
static const net::MimeInfo mimetype_extension_mapping[] = {
{"application/epub+zip", "epub"},
+ {"application/vnd.android.package-archive", "apk"},
{"application/zip", "zip"},
{"text/calendar", "ics"},
};
« no previous file with comments | « no previous file | net/base/mime_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698