diff options
Diffstat (limited to 'content/renderer/media/webcontentdecryptionmodule_impl.h')
-rw-r--r-- | content/renderer/media/webcontentdecryptionmodule_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h index d799664..3a07a24 100644 --- a/content/renderer/media/webcontentdecryptionmodule_impl.h +++ b/content/renderer/media/webcontentdecryptionmodule_impl.h @@ -30,10 +30,6 @@ class WebContentDecryptionModuleSessionImpl; class WebContentDecryptionModuleImpl : public blink::WebContentDecryptionModule { public: - // TODO(jrummell): Remove this method once all callers have updated to pass - // |frame| and |securityOrigin|. - static WebContentDecryptionModuleImpl* Create( - const base::string16& key_system); static WebContentDecryptionModuleImpl* Create( blink::WebFrame* frame, const blink::WebSecurityOrigin& security_origin, |