| Index: content/renderer/renderer_blink_platform_impl.cc
|
| diff --git a/content/renderer/renderer_blink_platform_impl.cc b/content/renderer/renderer_blink_platform_impl.cc
|
| index 391a2a4827698dc770fa2280d0b7752b75df451a..42b0016bcfdb2c4204093a7901b355375bd0b5c7 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.cc
|
| +++ b/content/renderer/renderer_blink_platform_impl.cc
|
| @@ -29,7 +29,6 @@
|
| #include "content/child/file_info_util.h"
|
| #include "content/child/fileapi/webfilesystem_impl.h"
|
| #include "content/child/indexed_db/webidbfactory_impl.h"
|
| -#include "content/child/npapi/npobject_util.h"
|
| #include "content/child/quota_dispatcher.h"
|
| #include "content/child/quota_message_filter.h"
|
| #include "content/child/simple_webmimeregistry_impl.h"
|
| @@ -502,9 +501,6 @@ bool RendererBlinkPlatformImpl::MimeRegistry::supportsMediaSourceMIMEType(
|
|
|
| WebString RendererBlinkPlatformImpl::MimeRegistry::mimeTypeForExtension(
|
| const WebString& file_extension) {
|
| - if (IsPluginProcess())
|
| - return SimpleWebMimeRegistryImpl::mimeTypeForExtension(file_extension);
|
| -
|
| // The sandbox restricts our access to the registry, so we need to proxy
|
| // these calls over to the browser process.
|
| std::string mime_type;
|
|
|