Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: media/blink/webcontentdecryptionmodulesession_impl.h

Issue 907523003: Remove unused methods in WebContentDecryptionModuleSessionImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/blink/webcontentdecryptionmodulesession_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | media/blink/webcontentdecryptionmodulesession_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698