| Index: content/renderer/media/webcontentdecryptionmodulesession_impl.h
|
| diff --git a/content/renderer/media/webcontentdecryptionmodulesession_impl.h b/content/renderer/media/webcontentdecryptionmodulesession_impl.h
|
| index feea0edba9907150e718c6f2a49b3df04661226f..05a358b0ac471eff1d787d410362d49a535ac889 100644
|
| --- a/content/renderer/media/webcontentdecryptionmodulesession_impl.h
|
| +++ b/content/renderer/media/webcontentdecryptionmodulesession_impl.h
|
| @@ -28,11 +28,11 @@ class WebContentDecryptionModuleSessionImpl
|
| : public blink::WebContentDecryptionModuleSession {
|
| public:
|
| WebContentDecryptionModuleSessionImpl(
|
| - Client* client,
|
| const scoped_refptr<CdmSessionAdapter>& adapter);
|
| virtual ~WebContentDecryptionModuleSessionImpl();
|
|
|
| // blink::WebContentDecryptionModuleSession implementation.
|
| + virtual void setClientInterface(Client* client);
|
| virtual blink::WebString sessionId() const;
|
| // TODO(jrummell): Remove the next 3 methods once blink updated.
|
| virtual void initializeNewSession(const blink::WebString& mime_type,
|
|
|