From 7715e84c3a216647987f52c4b60db9ffb80903d7 Mon Sep 17 00:00:00 2001 From: "michaeln@chromium.org" Date: Thu, 18 Mar 2010 21:54:38 +0000 Subject: Support for viewing text/cache-manifest resources in a browser window instead of downloading them. BUG=38463 TEST=navigate to a resource with that mime type, see it in the browser frame Review URL: http://codereview.chromium.org/1120002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42003 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/mime_util.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'net') diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc index fc57b58..f702fbe 100644 --- a/net/base/mime_util.cc +++ b/net/base/mime_util.cc @@ -218,6 +218,7 @@ static const char* const supported_media_codecs[] = { // Note: does not include javascript types list (see supported_javascript_types) static const char* const supported_non_image_types[] = { + "text/cache-manifest", "text/html", "text/xml", "text/xsl", -- cgit v1.1