diff options
Diffstat (limited to 'chrome/renderer/media')
-rw-r--r-- | chrome/renderer/media/data_source_impl.cc | 1 |
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, |