Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Unified Diff: webkit/tools/test_shell/test_shell_webmimeregistry_impl.h

Issue 10020053: Initial implementation of Encrypted Media Extensions in Chrome. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698