| Index: content/renderer/media/webcontentdecryptionmodule_impl.h
|
| diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h
|
| index d799664bf632065937207e780f4d0dbc55c74182..3a07a24c9b77067c2863aec4aa07671198e3111c 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,
|
|
|