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

Unified Diff: media/base/android/demuxer_android.h

Issue 257323003: Remove the IPC to request DemuxerConfigs when config changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: media/base/android/demuxer_android.h
diff --git a/media/base/android/demuxer_android.h b/media/base/android/demuxer_android.h
index 39dc30fe7e604a04f98c96e58a8d545ea727533c..5d73b4882f867899d7d963e0dcd87fd8d338e1bd 100644
--- a/media/base/android/demuxer_android.h
+++ b/media/base/android/demuxer_android.h
@@ -25,9 +25,6 @@ class MEDIA_EXPORT DemuxerAndroid {
// Must be called prior to calling any other methods.
virtual void Initialize(DemuxerAndroidClient* client) = 0;
- // Called to request the current audio/video decoder configurations.
- virtual void RequestDemuxerConfigs() = 0;
-
// Called to request additional data from the demuxer.
virtual void RequestDemuxerData(media::DemuxerStream::Type type) = 0;

Powered by Google App Engine
This is Rietveld 408576698