summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/media
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-08 06:11:34 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-08 06:11:34 +0000
commit1a528c185cca100c4122b46d691adda44f774893 (patch)
tree584db92cde58bad5f41104a69d41d1e89b55b4d9 /chrome/renderer/media
parenta1481e294812aab9b6050db712669d2b75fea5a4 (diff)
downloadchromium_src-1a528c185cca100c4122b46d691adda44f774893.zip
chromium_src-1a528c185cca100c4122b46d691adda44f774893.tar.gz
chromium_src-1a528c185cca100c4122b46d691adda44f774893.tar.bz2
Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely in WebKit.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/media')
-rw-r--r--chrome/renderer/media/data_source_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/renderer/media/data_source_impl.cc b/chrome/renderer/media/data_source_impl.cc
index 20aee22..4046f83 100644
--- a/chrome/renderer/media/data_source_impl.cc
+++ b/chrome/renderer/media/data_source_impl.cc
@@ -209,7 +209,6 @@ void DataSourceImpl::OnInitialize(std::string uri) {
"null", // TODO(abarth): provide frame_origin
"null", // TODO(abarth): provide main_frame_origin
std::string(), // Provide no header.
- "", // default_mime_type
// Prefer to load from cache, also enable downloading the file, the
// resource will be saved to a single response data file if it's possible.
net::LOAD_PREFERRING_CACHE | net::LOAD_ENABLE_DOWNLOAD_FILE,