Chromium Code Reviews| Index: content/renderer/media/crypto/encrypted_media_player_support.h |
| diff --git a/content/renderer/media/crypto/encrypted_media_player_support.h b/content/renderer/media/crypto/encrypted_media_player_support.h |
| index aa469c42e3587d97b52e1b5d08d4930bee0266a7..59a4e2468cb7a2eb23cb7c49c895152c6d579ff6 100644 |
| --- a/content/renderer/media/crypto/encrypted_media_player_support.h |
| +++ b/content/renderer/media/crypto/encrypted_media_player_support.h |
| @@ -21,11 +21,6 @@ namespace content { |
| class EncryptedMediaPlayerSupport { |
| public: |
| - // Creates a new instance of EncryptedMediaPlayerSupport for |client|. This |
| - // method must always return a valid pointer. |
|
scherkus (not reviewing)
2014/08/28 18:36:12
is the plan to move this to media/ as well?
if so
acolwell GONE FROM CHROMIUM
2014/08/28 19:07:28
Yes.
|
| - static scoped_ptr<EncryptedMediaPlayerSupport> Create( |
| - blink::WebMediaPlayerClient* client); |
| - |
| EncryptedMediaPlayerSupport(); |
| virtual ~EncryptedMediaPlayerSupport(); |