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

Unified Diff: media/base/stream_parser.cc

Issue 10134066: Replace StreamParserHost interface with callbacks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make callbacks hold unretained references. Created 8 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
« no previous file with comments | « media/base/stream_parser.h ('k') | media/filters/chunk_demuxer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/stream_parser.cc
diff --git a/media/base/stream_parser.cc b/media/base/stream_parser.cc
index 255cc6ffc7f8b5c0b09ad1ab5450d07da708f568..12409194fede3cf0fcaa3d1671b7301416457409 100644
--- a/media/base/stream_parser.cc
+++ b/media/base/stream_parser.cc
@@ -6,10 +6,6 @@
namespace media {
-StreamParserHost::StreamParserHost() {}
-
-StreamParserHost::~StreamParserHost() {}
-
StreamParser::StreamParser() {}
StreamParser::~StreamParser() {}
« no previous file with comments | « media/base/stream_parser.h ('k') | media/filters/chunk_demuxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698