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

Unified Diff: media/blink/webcontentdecryptionmodulesession_impl.h

Issue 955993004: Use blink::initDataType and blink::sessionType as enums (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: default 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 80b73d82d18460d7b34bccd6e1240afc6985869d..881c07e13c2e06e0622f4de0a76067786106275d 100644
--- a/media/blink/webcontentdecryptionmodulesession_impl.h
+++ b/media/blink/webcontentdecryptionmodulesession_impl.h
@@ -33,6 +33,12 @@ class WebContentDecryptionModuleSessionImpl
virtual blink::WebString sessionId() const;
virtual void initializeNewSession(
+ blink::WebEncryptedMediaInitDataType init_data_type,
+ const unsigned char* initData,
+ size_t initDataLength,
+ blink::WebEncryptedMediaSessionType session_type,
+ blink::WebContentDecryptionModuleResult result);
+ virtual void initializeNewSession(
const blink::WebString& init_data_type,
const uint8* init_data,
size_t init_data_length,
« 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