Chromium Code Reviews| Index: webkit/tools/test_shell/test_shell_webmimeregistry_impl.h |
| diff --git a/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h b/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h |
| index 40ac863483cd28dd1d93f5df65b3a6f299495569..4008290da1d5a67e9397b6472feb61f350081846 100644 |
| --- a/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h |
| +++ b/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h |
| @@ -29,7 +29,8 @@ class TestShellWebMimeRegistryImpl |
| // layout tests. |
| virtual WebKit::WebMimeRegistry::SupportsType supportsMediaMIMEType( |
| const WebKit::WebString&, |
| - const WebKit::WebString&) OVERRIDE; |
| + const WebKit::WebString&, |
| + const WebKit::WebString& keySystem) OVERRIDE; |
|
scherkus (not reviewing)
2012/04/12 20:18:41
nit: remove arg name
ddorwin
2012/04/12 23:41:23
Done.
|
| private: |
| bool IsBlacklistedMediaMimeType(const std::string& mime_type); |