| Index: media/base/data_source.h
|
| diff --git a/media/base/data_source.h b/media/base/data_source.h
|
| index 2c7e80835b1312d81faf4fe3bd4969c173131ed9..a394a038853bb00b07495210c5c56c2712f732a2 100644
|
| --- a/media/base/data_source.h
|
| +++ b/media/base/data_source.h
|
| @@ -8,7 +8,6 @@
|
| #include "base/callback.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "media/base/media_export.h"
|
| -#include "media/base/preload.h"
|
|
|
| namespace media {
|
|
|
| @@ -58,9 +57,6 @@ class MEDIA_EXPORT DataSource : public base::RefCountedThreadSafe<DataSource> {
|
| // not possible.
|
| virtual bool IsStreaming() = 0;
|
|
|
| - // Alert the DataSource that the video preload value has been changed.
|
| - virtual void SetPreload(Preload preload) = 0;
|
| -
|
| // Notify the DataSource of the bitrate of the media.
|
| // Values of |bitrate| <= 0 are invalid and should be ignored.
|
| virtual void SetBitrate(int bitrate) = 0;
|
|
|