| Index: media/base/filter_host.h
|
| diff --git a/media/base/filter_host.h b/media/base/filter_host.h
|
| index 2b288d20b90e09333b71b77dd45f672c0152058d..4ac939bc567577c0f4dd65ef873d949020cf3d6e 100644
|
| --- a/media/base/filter_host.h
|
| +++ b/media/base/filter_host.h
|
| @@ -64,7 +64,10 @@ class FilterHost {
|
| // Sets the flag to indicate that our media is now loaded.
|
| virtual void SetLoaded(bool loaded) = 0;
|
|
|
| - // Broadcast a message of type |message| to all other filters from |source|.
|
| + // Sets the flag to indicate current network activity.
|
| + virtual void SetNetworkActivity(bool network_activity) = 0;
|
| +
|
| + // Broadcast a message of type |message| to all filters.
|
| virtual void BroadcastMessage(FilterMessage message) = 0;
|
|
|
| protected:
|
|
|