| Index: media/base/filter_host.h
|
| diff --git a/media/base/filter_host.h b/media/base/filter_host.h
|
| index 412fdd778c6ea1ee4d497d2ed7703f7d147c792b..807fd5f94b5e82ce06af587471325bdd46a30160 100644
|
| --- a/media/base/filter_host.h
|
| +++ b/media/base/filter_host.h
|
| @@ -56,16 +56,10 @@ class MEDIA_EXPORT FilterHost {
|
| // Sets the natural size of the video output in pixel units.
|
| virtual void SetNaturalVideoSize(const gfx::Size& size) = 0;
|
|
|
| - // Sets the flag to indicate that we are doing streaming.
|
| - virtual void SetStreaming(bool streaming) = 0;
|
| -
|
| // Notifies that this filter has ended, typically only called by filter graph
|
| // endpoints such as renderers.
|
| virtual void NotifyEnded() = 0;
|
|
|
| - // Sets the flag to indicate that our media is now loaded.
|
| - virtual void SetLoaded(bool loaded) = 0;
|
| -
|
| // Sets the flag to indicate current network activity.
|
| virtual void SetNetworkActivity(bool is_downloading_data) = 0;
|
|
|
|
|