| Index: media/blink/webcontentdecryptionmodulesession_impl.h
|
| diff --git a/media/blink/webcontentdecryptionmodulesession_impl.h b/media/blink/webcontentdecryptionmodulesession_impl.h
|
| index 80972921447b45118be4f4209432c200a8f5b995..80b73d82d18460d7b34bccd6e1240afc6985869d 100644
|
| --- a/media/blink/webcontentdecryptionmodulesession_impl.h
|
| +++ b/media/blink/webcontentdecryptionmodulesession_impl.h
|
| @@ -32,12 +32,6 @@ class WebContentDecryptionModuleSessionImpl
|
| 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,
|
| - const uint8* init_data,
|
| - size_t init_data_length);
|
| - virtual void update(const uint8* response, size_t response_length);
|
| - virtual void release();
|
| virtual void initializeNewSession(
|
| const blink::WebString& init_data_type,
|
| const uint8* init_data,
|
| @@ -52,9 +46,6 @@ class WebContentDecryptionModuleSessionImpl
|
| virtual void close(blink::WebContentDecryptionModuleResult result);
|
| virtual void remove(blink::WebContentDecryptionModuleResult result);
|
|
|
| - // TODO(jrummell): Remove the next method once blink updated.
|
| - virtual void release(blink::WebContentDecryptionModuleResult result);
|
| -
|
| // Callbacks.
|
| void OnSessionMessage(MediaKeys::MessageType message_type,
|
| const std::vector<uint8>& message);
|
|
|