Index: content/renderer/pepper/content_decryptor_delegate.h |
diff --git a/content/renderer/pepper/content_decryptor_delegate.h b/content/renderer/pepper/content_decryptor_delegate.h |
index 257380052bf14cf5a389b113f1a1d1ea67664464..f643d4168a3e8f42882de875b9368f8007cd5aff 100644 |
--- a/content/renderer/pepper/content_decryptor_delegate.h |
+++ b/content/renderer/pepper/content_decryptor_delegate.h |
@@ -53,9 +53,10 @@ class ContentDecryptorDelegate { |
// Provides access to PPP_ContentDecryptor_Private. |
bool CreateSession(uint32 session_id, |
- const std::string& type, |
+ const std::string& content_type, |
const uint8* init_data, |
int init_data_length); |
+ void LoadSession(uint32 session_id, const std::string& web_session_id); |
bool UpdateSession(uint32 session_id, |
const uint8* response, |
int response_length); |