Index: content/child/simple_webmimeregistry_impl.cc |
diff --git a/content/child/simple_webmimeregistry_impl.cc b/content/child/simple_webmimeregistry_impl.cc |
index 9b837040a9550b6493edd870a69e385aaf5e4753..b2cfd2e72bd9b2eb7d04f8737f6fe17df869b69f 100644 |
--- a/content/child/simple_webmimeregistry_impl.cc |
+++ b/content/child/simple_webmimeregistry_impl.cc |
@@ -63,8 +63,7 @@ WebMimeRegistry::SupportsType |
// see TestShellWebMimeRegistryImpl. |
WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMediaMIMEType( |
const WebString& mime_type, |
- const WebString& codecs, |
- const WebString& key_system) { |
+ const WebString& codecs) { |
// Media features are only supported at the content/renderer/ layer. |
return IsNotSupported; |
} |