Chromium Code Reviews| Index: media/blink/encrypted_media_player_support.h |
| diff --git a/media/blink/encrypted_media_player_support.h b/media/blink/encrypted_media_player_support.h |
| index 30d8708602bc41b2451d271a09a6a47106d0342f..15c355ecba4f9a473632554fce46295d48d93597 100644 |
| --- a/media/blink/encrypted_media_player_support.h |
| +++ b/media/blink/encrypted_media_player_support.h |
| @@ -37,9 +37,9 @@ class WebContentDecryptionModuleImpl; |
| class EncryptedMediaPlayerSupport |
| : public base::SupportsWeakPtr<EncryptedMediaPlayerSupport> { |
| public: |
| - typedef base::Callback<void(CdmContext*, const CdmAttachedCB&)> |
| - SetCdmContextCB; |
| + using SetCdmContextCB = ProxyDecryptor::SetCdmContextCB; |
| + // |set_cdm_context_cb| is called when the real CDM is created successfully. |
|
ddorwin
2015/04/10 00:59:43
"real"? Is there a fake/stub/temporary one?
"CDM
xhwang
2015/04/10 17:41:17
Done.
|
| EncryptedMediaPlayerSupport(CdmFactory* cdm_factory, |
| blink::WebMediaPlayerClient* client, |
| MediaPermission* media_permission, |