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

Unified Diff: media/base/buffers.cc

Issue 10447035: Introducing DecoderBuffer and general Buffer cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/2011/2012/ Created 8 years, 7 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 | « media/base/buffers.h ('k') | media/base/buffers_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/buffers.cc
diff --git a/media/base/buffers.cc b/media/base/buffers.cc
index 743626afdb5f5ba791e197891822dd3bc4094e34..63802c6591e449b4c16b1fefda579ded7b4e6663 100644
--- a/media/base/buffers.cc
+++ b/media/base/buffers.cc
@@ -17,8 +17,4 @@ bool Buffer::IsEndOfStream() const {
return GetData() == NULL;
}
-const DecryptConfig* Buffer::GetDecryptConfig() const {
- return NULL;
-}
-
} // namespace media
« no previous file with comments | « media/base/buffers.h ('k') | media/base/buffers_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698