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

Unified Diff: media/base/demuxer.h

Issue 784493002: Encrypted Media: Rename NeedKey to EncryptedMediaInitData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 6 years 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 | « content/renderer/media/android/webmediaplayer_android.cc ('k') | media/base/demuxer_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/demuxer.h
diff --git a/media/base/demuxer.h b/media/base/demuxer.h
index 4658107b88e998805f5f4ed1e447d83a674da8ad..f7a9636e12be4d09b50e153a06cfd24c19cc508e 100644
--- a/media/base/demuxer.h
+++ b/media/base/demuxer.h
@@ -49,7 +49,8 @@ class MEDIA_EXPORT Demuxer : public DemuxerStreamProvider {
// First parameter - The type of initialization data.
// Second parameter - The initialization data associated with the stream.
typedef base::Callback<void(const std::string& type,
- const std::vector<uint8>& init_data)> NeedKeyCB;
+ const std::vector<uint8>& init_data)>
+ EncryptedMediaInitDataCB;
Demuxer();
~Demuxer() override;
« no previous file with comments | « content/renderer/media/android/webmediaplayer_android.cc ('k') | media/base/demuxer_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698