| Index: media/base/filters.h
|
| diff --git a/media/base/filters.h b/media/base/filters.h
|
| index 4823cf8935509eeb901e24c8aebe826dfa3b7c1d..d6daf6b0c9ca1f81899c5d7a723098325cc079c1 100644
|
| --- a/media/base/filters.h
|
| +++ b/media/base/filters.h
|
| @@ -45,12 +45,6 @@ class DemuxerStream;
|
| class Filter;
|
| class FilterHost;
|
|
|
| -// These functions copy |*cb|, call Reset() on |*cb|, and then call Run()
|
| -// on the copy. This is used in the common case where you need to clear
|
| -// a callback member variable before running the callback.
|
| -MEDIA_EXPORT void ResetAndRunCB(PipelineStatusCB* cb, PipelineStatus status);
|
| -MEDIA_EXPORT void ResetAndRunCB(base::Closure* cb);
|
| -
|
| class MEDIA_EXPORT Filter : public base::RefCountedThreadSafe<Filter> {
|
| public:
|
| Filter();
|
|
|